#AA8A11

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

Shades of Dark Goldenrod #AA8A11

Tints of Dark Goldenrod #AA8A11

Color information

#AA8A11 (or 0xAA8A11) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 8A and 11. RGB value is (170,138,17). Sum of RGB (Red+Green+Blue) = 170+138+17=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A11 is #5575EE. Grayscale: #868686. Windows color (decimal): -5600751 or 1149610. OLE color: 1149610.

HSL color Cylindrical-coordinate representation of color #AA8A11: hue angle of 47.45º 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 #AA8A11 is Cyan = 0, Magento = 0.19, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB17013817-
CMYK00.190.90.33
HSL47.45º81.82%36.67%-
HSV(B)47.45º90%66.67%-
XYZ25.7726.764.34-
YUV133.7762.1153.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 17 (7.03% from 255) = 5.23%
R=52.31%
G=42.46%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701381700.190.90.3347.4581.8236.67
HexAA8A110135A212f5225
Octal25221221023132415712245
Binary10101010100010101000101001110110101000011011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A11; }

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

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

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

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

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

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

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

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