Shades of Dark Goldenrod #AA8802
Tints of Dark Goldenrod #AA8802
RGB
CMYK
RGB Variations
Color information
#AA8802 (or 0xAA8802) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 02. RGB value is (170,136,2). Sum of RGB (Red+Green+Blue) = 170+136+2=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8802 is #5577FD. Grayscale: #838383. Windows color (decimal): -5601278 or 166058. OLE color: 166058.
HSL color Cylindrical-coordinate representation of color #AA8802: hue angle of 47.86º 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 #AA8802 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.33 |
| HSL | 47.86º | 0.98% | 0.34% | - |
| HSV(B) | 47.86º | 0.99% | 0.67% | - |
| XYZ | 25.39 | 26.16 | 3.77 | - |
| YUV | 130.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 2 | 0 | 0.20 | 0.99 | 0.33 | 47.86 | 0.98 | 0.34 |
| Hex | AA | 88 | 2 | 0 | 14 | 63 | 21 | 30 | 62 | 22 |
| Octal | 252 | 210 | 2 | 0 | 24 | 143 | 41 | 60 | 142 | 42 |
| Binary | 10101010 | 10001000 | 10 | 0 | 10100 | 1100011 | 100001 | 110000 | 1100010 | 100010 |
Color Harmonies of #AA8802
Complementary color
Monochromatic Colors of #AA8802
Black with #AA8802
Text Example
Text Example
White with #AA8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8802; }
p { color: rgb(170,136,2); }
H1.HeaderClassName
{
color: #AA8802;
}
.AnyTagClassName
{
color: #AA8802;
}
</style>
background-color css
<style>
a { background-color: #AA8802; }
a { background-color: rgb(170,136,2); }
div.DivClassName
{
background-color: #AA8802;
}
.BgClassName
{
background-color: #AA8802;
}
</style>
border-color css
<style>
span { border-color: #AA8802; }
span { border-color: rgb(170,136,2); }
td.TdClassName
{
border-color: #AA8802;
}
.TagClassName
{
border-color: #AA8802;
}
</style>