Shades of Dark Goldenrod #AA7002
Tints of Dark Goldenrod #AA7002
RGB
CMYK
RGB Variations
Color information
#AA7002 (or 0xAA7002) is known color: Dark Goldenrod. HEX triplet: AA, 70 and 02. RGB value is (170,112,2). Sum of RGB (Red+Green+Blue) = 170+112+2=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7002 is #558FFD. Grayscale: #757575. Windows color (decimal): -5607422 or 159914. OLE color: 159914.
HSL color Cylindrical-coordinate representation of color #AA7002: hue angle of 39.29º 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 #AA7002 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.33 |
| HSL | 39.29º | 0.98% | 0.34% | - |
| HSV(B) | 39.29º | 0.99% | 0.67% | - |
| XYZ | 22.38 | 20.14 | 2.76 | - |
| YUV | 116.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 2 | 0 | 0.34 | 0.99 | 0.33 | 39.29 | 0.98 | 0.34 |
| Hex | AA | 70 | 2 | 0 | 22 | 63 | 21 | 27 | 62 | 22 |
| Octal | 252 | 160 | 2 | 0 | 42 | 143 | 41 | 47 | 142 | 42 |
| Binary | 10101010 | 1110000 | 10 | 0 | 100010 | 1100011 | 100001 | 100111 | 1100010 | 100010 |
Color Harmonies of #AA7002
Complementary color
Monochromatic Colors of #AA7002
Black with #AA7002
Text Example
Text Example
White with #AA7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7002; }
p { color: rgb(170,112,2); }
H1.HeaderClassName
{
color: #AA7002;
}
.AnyTagClassName
{
color: #AA7002;
}
</style>
background-color css
<style>
a { background-color: #AA7002; }
a { background-color: rgb(170,112,2); }
div.DivClassName
{
background-color: #AA7002;
}
.BgClassName
{
background-color: #AA7002;
}
</style>
border-color css
<style>
span { border-color: #AA7002; }
span { border-color: rgb(170,112,2); }
td.TdClassName
{
border-color: #AA7002;
}
.TagClassName
{
border-color: #AA7002;
}
</style>