Shades of Dark Goldenrod #AA9502
Tints of Dark Goldenrod #AA9502
RGB
CMYK
RGB Variations
Color information
#AA9502 (or 0xAA9502) is known color: Dark Goldenrod. HEX triplet: AA, 95 and 02. RGB value is (170,149,2). Sum of RGB (Red+Green+Blue) = 170+149+2=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9502 is #556AFD. Grayscale: #8B8B8B. Windows color (decimal): -5597950 or 169386. OLE color: 169386.
HSL color Cylindrical-coordinate representation of color #AA9502: hue angle of 52.5º 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 #AA9502 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.33 |
| HSL | 52.5º | 0.98% | 0.34% | - |
| HSV(B) | 52.5º | 0.99% | 0.67% | - |
| XYZ | 27.34 | 30.05 | 4.42 | - |
| YUV | 138.52 | 50.96 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 2 | 0 | 0.12 | 0.99 | 0.33 | 52.5 | 0.98 | 0.34 |
| Hex | AA | 95 | 2 | 0 | C | 63 | 21 | 34 | 62 | 22 |
| Octal | 252 | 225 | 2 | 0 | 14 | 143 | 41 | 64 | 142 | 42 |
| Binary | 10101010 | 10010101 | 10 | 0 | 1100 | 1100011 | 100001 | 110100 | 1100010 | 100010 |
Color Harmonies of #AA9502
Complementary color
Monochromatic Colors of #AA9502
Black with #AA9502
Text Example
Text Example
White with #AA9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9502; }
p { color: rgb(170,149,2); }
H1.HeaderClassName
{
color: #AA9502;
}
.AnyTagClassName
{
color: #AA9502;
}
</style>
background-color css
<style>
a { background-color: #AA9502; }
a { background-color: rgb(170,149,2); }
div.DivClassName
{
background-color: #AA9502;
}
.BgClassName
{
background-color: #AA9502;
}
</style>
border-color css
<style>
span { border-color: #AA9502; }
span { border-color: rgb(170,149,2); }
td.TdClassName
{
border-color: #AA9502;
}
.TagClassName
{
border-color: #AA9502;
}
</style>