#AA8C11

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

Shades of Dark Goldenrod #AA8C11

Tints of Dark Goldenrod #AA8C11

Color information

#AA8C11 (or 0xAA8C11) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 8C and 11. RGB value is (170,140,17). Sum of RGB (Red+Green+Blue) = 170+140+17=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C11 is #5573EE. Grayscale: #878787. Windows color (decimal): -5600239 or 1150122. OLE color: 1150122.

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

Color convert

RGB17014017-
CMYK00.180.90.33
HSL48.24º81.82%36.67%-
HSV(B)48.24º90%66.67%-
XYZ26.0627.344.43-
YUV134.9561.44153-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 17 (7.03% from 255) = 5.20%
R=51.99%
G=42.81%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701401700.180.90.3348.2481.8236.67
HexAA8C110125A21305225
Octal25221421022132416012245
Binary10101010100011001000101001010110101000011100001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C11; }

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

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

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

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

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

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

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

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