#ae9332

Color #AE9332 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AE9332

Tints of Reef Gold #AE9332

Color information

#AE9332 (or 0xAE9332) is unknown color: approx Reef Gold. HEX triplet: AE, 93 and 32. RGB value is (174,147,50). Sum of RGB (Red+Green+Blue) = 174+147+50=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9332 is #516CCD. Grayscale: #909090. Windows color (decimal): -5336270 or 3314606. OLE color: 3314606.

HSL color Cylindrical-coordinate representation of color #AE9332: hue angle of 46.94º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE9332 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17414750-
CMYK00.160.710.32
HSL46.94º55.36%43.92%-
HSV(B)46.94º71.26%68.24%-
XYZ28.4730.17.33-
YUV144.0174.95149.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=46.90%
G=39.62%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741475000.160.710.3246.9455.3643.92
HexAE933201047202f372c
Octal2562236202010740576754
Binary10101110100100111100100100001000111100000101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae9332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae9332; }

 p { color: rgb(174,147,50); }

 H1.HeaderClassName
 {
   color: #ae9332;
 }
 .AnyTagClassName
 {
   color: #ae9332;
 }
</style>
background-color css

<style>
 a { background-color: #ae9332; }

 a { background-color: rgb(174,147,50); }

 div.DivClassName
 {
   background-color: #ae9332;
 }
 .BgClassName
 {
   background-color: #ae9332;
 }
</style>
border-color css

<style>
 span { border-color: #ae9332; }

 span { border-color: rgb(174,147,50); }

 td.TdClassName
 {
   border-color: #ae9332;
 }
 .TagClassName
 {
   border-color: #ae9332;
 }
</style>