#AA8E00

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

Shades of Dark Goldenrod #AA8E00

Tints of Dark Goldenrod #AA8E00

Color information

#AA8E00 (or 0xAA8E00) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 8E and 00. RGB value is (170,142,0). Sum of RGB (Red+Green+Blue) = 170+142+0=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8E00 is #5571FF. Grayscale: #868686. Windows color (decimal): -5599744 or 36522. OLE color: 36522.

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

Color convert

RGB1701420-
CMYK00.1610.33
HSL50.12º100%33.33%-
HSV(B)50.12º100%66.67%-
XYZ26.2527.894-
YUV134.1852.28153.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.49%
G=45.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170142000.1610.3350.1210033.33
HexAA8E00106421326421
Octal2522160020144416214441
Binary1010101010001110001000011001001000011100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E00; }

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

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

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

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

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

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

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

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