Shades of Dark Goldenrod #AA7206
Tints of Dark Goldenrod #AA7206
RGB
CMYK
RGB Variations
Color information
#AA7206 (or 0xAA7206) is known color: Dark Goldenrod. HEX triplet: AA, 72 and 06. RGB value is (170,114,6). Sum of RGB (Red+Green+Blue) = 170+114+6=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7206 is #558DF9. Grayscale: #767676. Windows color (decimal): -5606906 or 422570. OLE color: 422570.
HSL color Cylindrical-coordinate representation of color #AA7206: hue angle of 39.51º 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 #AA7206 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 6 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.33 |
| HSL | 39.51º | 0.93% | 0.35% | - |
| HSV(B) | 39.51º | 0.96% | 0.67% | - |
| XYZ | 22.63 | 20.59 | 2.95 | - |
| YUV | 118.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 6 | 0 | 0.33 | 0.96 | 0.33 | 39.51 | 0.93 | 0.35 |
| Hex | AA | 72 | 6 | 0 | 21 | 60 | 21 | 28 | 5D | 23 |
| Octal | 252 | 162 | 6 | 0 | 41 | 140 | 41 | 50 | 135 | 43 |
| Binary | 10101010 | 1110010 | 110 | 0 | 100001 | 1100000 | 100001 | 101000 | 1011101 | 100011 |
Color Harmonies of #AA7206
Complementary color
Monochromatic Colors of #AA7206
Black with #AA7206
Text Example
Text Example
White with #AA7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7206; }
p { color: rgb(170,114,6); }
H1.HeaderClassName
{
color: #AA7206;
}
.AnyTagClassName
{
color: #AA7206;
}
</style>
background-color css
<style>
a { background-color: #AA7206; }
a { background-color: rgb(170,114,6); }
div.DivClassName
{
background-color: #AA7206;
}
.BgClassName
{
background-color: #AA7206;
}
</style>
border-color css
<style>
span { border-color: #AA7206; }
span { border-color: rgb(170,114,6); }
td.TdClassName
{
border-color: #AA7206;
}
.TagClassName
{
border-color: #AA7206;
}
</style>