#AE8D11

Color #AE8D11 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AE8D11

Tints of Dark Goldenrod #AE8D11

Color information

#AE8D11 (or 0xAE8D11) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 8D and 11. RGB value is (174,141,17). Sum of RGB (Red+Green+Blue) = 174+141+17=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D11 is #5172EE. Grayscale: #898989. Windows color (decimal): -5337839 or 1150382. OLE color: 1150382.

HSL color Cylindrical-coordinate representation of color #AE8D11: hue angle of 47.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE8D11 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB17414117-
CMYK00.190.900.32
HSL47.39º82.2%37.45%-
HSV(B)47.39º90.23%68.24%-
XYZ27.0828.094.52-
YUV136.7360.43154.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 17 (7.03% from 255) = 5.12%
R=52.41%
G=42.47%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741411700.190.900.3247.3982.237.45
HexAE8D110135A202f5225
Octal25621521023132405712245
Binary10101110100011011000101001110110101000001011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D11; }

 p { color: rgb(174,141,17); }

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

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

 a { background-color: rgb(174,141,17); }

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

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

 span { border-color: rgb(174,141,17); }

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