#AA7E11

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

Shades of Dark Goldenrod #AA7E11

Tints of Dark Goldenrod #AA7E11

Color information

#AA7E11 (or 0xAA7E11) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 7E and 11. RGB value is (170,126,17). Sum of RGB (Red+Green+Blue) = 170+126+17=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E11 is #5581EE. Grayscale: #7F7F7F. Windows color (decimal): -5603823 or 1146538. OLE color: 1146538.

HSL color Cylindrical-coordinate representation of color #AA7E11: hue angle of 42.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA7E11 is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB17012617-
CMYK00.260.90.33
HSL42.75º81.82%36.67%-
HSV(B)42.75º90%66.67%-
XYZ24.1423.513.8-
YUV126.7366.08158.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 17 (7.03% from 255) = 5.43%
R=54.31%
G=40.26%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701261700.260.90.3342.7581.8236.67
HexAA7E1101A5A212b5225
Octal25217621032132415312245
Binary1010101011111101000101101010110101000011010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E11; }

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

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

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

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

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

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

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

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