#AE8E31

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

Shades of Reef Gold #AE8E31

Tints of Reef Gold #AE8E31

Color information

#AE8E31 (or 0xAE8E31) is unknown color: approx Reef Gold. HEX triplet: AE, 8E and 31. RGB value is (174,142,49). Sum of RGB (Red+Green+Blue) = 174+142+49=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8E31 is #5171CE. Grayscale: #8D8D8D. Windows color (decimal): -5337551 or 3247790. OLE color: 3247790.

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

Color convert

RGB17414249-
CMYK00.180.720.32
HSL44.64º56.05%43.73%-
HSV(B)44.64º71.84%68.24%-
XYZ27.6828.576.96-
YUV140.9776.1151.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=47.67%
G=38.90%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741424900.180.720.3244.6456.0543.73
HexAE8E3101248202d382c
Octal2562166102211040557054
Binary10101110100011101100010100101001000100000101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E31; }

 p { color: rgb(174,142,49); }

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

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

 a { background-color: rgb(174,142,49); }

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

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

 span { border-color: rgb(174,142,49); }

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