Shades of Dark Goldenrod #AA7602
Tints of Dark Goldenrod #AA7602
RGB
CMYK
RGB Variations
Color information
#AA7602 (or 0xAA7602) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 02. RGB value is (170,118,2). Sum of RGB (Red+Green+Blue) = 170+118+2=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7602 is #5589FD. Grayscale: #787878. Windows color (decimal): -5605886 or 161450. OLE color: 161450.
HSL color Cylindrical-coordinate representation of color #AA7602: hue angle of 41.43º 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 #AA7602 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.33 |
| HSL | 41.43º | 0.98% | 0.34% | - |
| HSV(B) | 41.43º | 0.99% | 0.67% | - |
| XYZ | 23.07 | 21.51 | 2.99 | - |
| YUV | 120.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 2 | 0 | 0.31 | 0.99 | 0.33 | 41.43 | 0.98 | 0.34 |
| Hex | AA | 76 | 2 | 0 | 1F | 63 | 21 | 29 | 62 | 22 |
| Octal | 252 | 166 | 2 | 0 | 37 | 143 | 41 | 51 | 142 | 42 |
| Binary | 10101010 | 1110110 | 10 | 0 | 11111 | 1100011 | 100001 | 101001 | 1100010 | 100010 |
Color Harmonies of #AA7602
Complementary color
Monochromatic Colors of #AA7602
Black with #AA7602
Text Example
Text Example
White with #AA7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7602; }
p { color: rgb(170,118,2); }
H1.HeaderClassName
{
color: #AA7602;
}
.AnyTagClassName
{
color: #AA7602;
}
</style>
background-color css
<style>
a { background-color: #AA7602; }
a { background-color: rgb(170,118,2); }
div.DivClassName
{
background-color: #AA7602;
}
.BgClassName
{
background-color: #AA7602;
}
</style>
border-color css
<style>
span { border-color: #AA7602; }
span { border-color: rgb(170,118,2); }
td.TdClassName
{
border-color: #AA7602;
}
.TagClassName
{
border-color: #AA7602;
}
</style>