#AA8E0B

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

Shades of Dark Goldenrod #AA8E0B

Tints of Dark Goldenrod #AA8E0B

Color information

#AA8E0B (or 0xAA8E0B) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 8E and 0B. RGB value is (170,142,11). Sum of RGB (Red+Green+Blue) = 170+142+11=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8E0B is #5571F4. Grayscale: #878787. Windows color (decimal): -5599733 or 757418. OLE color: 757418.

HSL color Cylindrical-coordinate representation of color #AA8E0B: hue angle of 49.43º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA8E0B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17014211-
CMYK00.160.940.33
HSL49.43º87.85%35.49%-
HSV(B)49.43º93.53%66.67%-
XYZ26.3127.924.32-
YUV135.4457.78152.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 11 (4.69% from 255) = 3.41%
R=52.63%
G=43.96%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701421100.160.940.3349.4387.8535.49
HexAA8EB0105E21315823
Octal25221613020136416113043
Binary1010101010001110101101000010111101000011100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E0B; }

 p { color: rgb(170,142,11); }

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

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

 a { background-color: rgb(170,142,11); }

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

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

 span { border-color: rgb(170,142,11); }

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