#AE7E11

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

Shades of Dark Goldenrod #AE7E11

Tints of Dark Goldenrod #AE7E11

Color information

#AE7E11 (or 0xAE7E11) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7E and 11. RGB value is (174,126,17). Sum of RGB (Red+Green+Blue) = 174+126+17=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E11 is #5181EE. Grayscale: #808080. Windows color (decimal): -5341679 or 1146542. OLE color: 1146542.

HSL color Cylindrical-coordinate representation of color #AE7E11: hue angle of 41.66º 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 #AE7E11 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB17412617-
CMYK00.280.900.32
HSL41.66º82.2%37.45%-
HSV(B)41.66º90.23%68.24%-
XYZ25.0223.963.84-
YUV127.9365.4160.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 17 (7.03% from 255) = 5.36%
R=54.89%
G=39.75%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741261700.280.900.3241.6682.237.45
HexAE7E1101C5A202a5225
Octal25617621034132405212245
Binary1010111011111101000101110010110101000001010101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E11; }

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

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

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

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

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

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

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

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