#AA8902

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

Shades of Dark Goldenrod #AA8902

Tints of Dark Goldenrod #AA8902

Color information

#AA8902 (or 0xAA8902) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 89 and 02. RGB value is (170,137,2). Sum of RGB (Red+Green+Blue) = 170+137+2=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8902 is #5576FD. Grayscale: #848484. Windows color (decimal): -5601022 or 166314. OLE color: 166314.

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

Color convert

RGB1701372-
CMYK00.190.990.33
HSL48.21º97.67%33.73%-
HSV(B)48.21º98.82%66.67%-
XYZ25.5326.443.82-
YUV131.4854.93155.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=55.02%
G=44.34%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170137200.190.990.3348.2197.6733.73
HexAA8920136321306222
Octal2522112023143416014242
Binary10101010100010011001001111000111000011100001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8902; }

 p { color: rgb(170,137,2); }

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

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

 a { background-color: rgb(170,137,2); }

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

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

 span { border-color: rgb(170,137,2); }

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