Shades of Dark Goldenrod #AA9302
Tints of Dark Goldenrod #AA9302
RGB
CMYK
RGB Variations
Color information
#AA9302 (or 0xAA9302) is known color: Dark Goldenrod. HEX triplet: AA, 93 and 02. RGB value is (170,147,2). Sum of RGB (Red+Green+Blue) = 170+147+2=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9302 is #556CFD. Grayscale: #898989. Windows color (decimal): -5598462 or 168874. OLE color: 168874.
HSL color Cylindrical-coordinate representation of color #AA9302: hue angle of 51.79º 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 #AA9302 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.33 |
| HSL | 51.79º | 0.98% | 0.34% | - |
| HSV(B) | 51.79º | 0.99% | 0.67% | - |
| XYZ | 27.02 | 29.42 | 4.31 | - |
| YUV | 137.35 | 51.62 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 2 | 0 | 0.14 | 0.99 | 0.33 | 51.79 | 0.98 | 0.34 |
| Hex | AA | 93 | 2 | 0 | E | 63 | 21 | 34 | 62 | 22 |
| Octal | 252 | 223 | 2 | 0 | 16 | 143 | 41 | 64 | 142 | 42 |
| Binary | 10101010 | 10010011 | 10 | 0 | 1110 | 1100011 | 100001 | 110100 | 1100010 | 100010 |
Color Harmonies of #AA9302
Complementary color
Monochromatic Colors of #AA9302
Black with #AA9302
Text Example
Text Example
White with #AA9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9302; }
p { color: rgb(170,147,2); }
H1.HeaderClassName
{
color: #AA9302;
}
.AnyTagClassName
{
color: #AA9302;
}
</style>
background-color css
<style>
a { background-color: #AA9302; }
a { background-color: rgb(170,147,2); }
div.DivClassName
{
background-color: #AA9302;
}
.BgClassName
{
background-color: #AA9302;
}
</style>
border-color css
<style>
span { border-color: #AA9302; }
span { border-color: rgb(170,147,2); }
td.TdClassName
{
border-color: #AA9302;
}
.TagClassName
{
border-color: #AA9302;
}
</style>