Shades of Dark Goldenrod #AA8002
Tints of Dark Goldenrod #AA8002
RGB
CMYK
RGB Variations
Color information
#AA8002 (or 0xAA8002) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 02. RGB value is (170,128,2). Sum of RGB (Red+Green+Blue) = 170+128+2=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8002 is #557FFD. Grayscale: #7E7E7E. Windows color (decimal): -5603326 or 164010. OLE color: 164010.
HSL color Cylindrical-coordinate representation of color #AA8002: hue angle of 45º 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 #AA8002 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.33 |
| HSL | 45º | 0.98% | 0.34% | - |
| HSV(B) | 45º | 0.99% | 0.67% | - |
| XYZ | 24.31 | 23.99 | 3.41 | - |
| YUV | 126.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 2 | 0 | 0.25 | 0.99 | 0.33 | 45 | 0.98 | 0.34 |
| Hex | AA | 80 | 2 | 0 | 19 | 63 | 21 | 2D | 62 | 22 |
| Octal | 252 | 200 | 2 | 0 | 31 | 143 | 41 | 55 | 142 | 42 |
| Binary | 10101010 | 10000000 | 10 | 0 | 11001 | 1100011 | 100001 | 101101 | 1100010 | 100010 |
Color Harmonies of #AA8002
Complementary color
Monochromatic Colors of #AA8002
Black with #AA8002
Text Example
Text Example
White with #AA8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8002; }
p { color: rgb(170,128,2); }
H1.HeaderClassName
{
color: #AA8002;
}
.AnyTagClassName
{
color: #AA8002;
}
</style>
background-color css
<style>
a { background-color: #AA8002; }
a { background-color: rgb(170,128,2); }
div.DivClassName
{
background-color: #AA8002;
}
.BgClassName
{
background-color: #AA8002;
}
</style>
border-color css
<style>
span { border-color: #AA8002; }
span { border-color: rgb(170,128,2); }
td.TdClassName
{
border-color: #AA8002;
}
.TagClassName
{
border-color: #AA8002;
}
</style>