Shades of Dark Goldenrod #AA9206
Tints of Dark Goldenrod #AA9206
RGB
CMYK
RGB Variations
Color information
#AA9206 (or 0xAA9206) is known color: Dark Goldenrod. HEX triplet: AA, 92 and 06. RGB value is (170,146,6). Sum of RGB (Red+Green+Blue) = 170+146+6=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9206 is #556DF9. Grayscale: #898989. Windows color (decimal): -5598714 or 430762. OLE color: 430762.
HSL color Cylindrical-coordinate representation of color #AA9206: hue angle of 51.22º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA9206 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 6 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.33 |
| HSL | 51.22º | 0.93% | 0.35% | - |
| HSV(B) | 51.22º | 0.96% | 0.67% | - |
| XYZ | 26.89 | 29.12 | 4.38 | - |
| YUV | 137.22 | 53.95 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 6 | 0 | 0.14 | 0.96 | 0.33 | 51.22 | 0.93 | 0.35 |
| Hex | AA | 92 | 6 | 0 | E | 60 | 21 | 33 | 5D | 23 |
| Octal | 252 | 222 | 6 | 0 | 16 | 140 | 41 | 63 | 135 | 43 |
| Binary | 10101010 | 10010010 | 110 | 0 | 1110 | 1100000 | 100001 | 110011 | 1011101 | 100011 |
Color Harmonies of #AA9206
Complementary color
Monochromatic Colors of #AA9206
Black with #AA9206
Text Example
Text Example
White with #AA9206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9206; }
p { color: rgb(170,146,6); }
H1.HeaderClassName
{
color: #AA9206;
}
.AnyTagClassName
{
color: #AA9206;
}
</style>
background-color css
<style>
a { background-color: #AA9206; }
a { background-color: rgb(170,146,6); }
div.DivClassName
{
background-color: #AA9206;
}
.BgClassName
{
background-color: #AA9206;
}
</style>
border-color css
<style>
span { border-color: #AA9206; }
span { border-color: rgb(170,146,6); }
td.TdClassName
{
border-color: #AA9206;
}
.TagClassName
{
border-color: #AA9206;
}
</style>