Shades of Dark Goldenrod #AA7A0A
Tints of Dark Goldenrod #AA7A0A
RGB
CMYK
RGB Variations
Color information
#AA7A0A (or 0xAA7A0A) is known color: Dark Goldenrod. HEX triplet: AA, 7A and 0A. RGB value is (170,122,10). Sum of RGB (Red+Green+Blue) = 170+122+10=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A0A is #5585F5. Grayscale: #7C7C7C. Windows color (decimal): -5604854 or 686762. OLE color: 686762.
HSL color Cylindrical-coordinate representation of color #AA7A0A: hue angle of 42º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA7A0A is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 10 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.33 |
| HSL | 42º | 0.89% | 0.35% | - |
| HSV(B) | 42º | 0.94% | 0.67% | - |
| XYZ | 23.59 | 22.49 | 3.38 | - |
| YUV | 123.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 10 | 0 | 0.28 | 0.94 | 0.33 | 42 | 0.89 | 0.35 |
| Hex | AA | 7A | A | 0 | 1C | 5E | 21 | 2A | 59 | 23 |
| Octal | 252 | 172 | 12 | 0 | 34 | 136 | 41 | 52 | 131 | 43 |
| Binary | 10101010 | 1111010 | 1010 | 0 | 11100 | 1011110 | 100001 | 101010 | 1011001 | 100011 |
Color Harmonies of #AA7A0A
Complementary color
Monochromatic Colors of #AA7A0A
Black with #AA7A0A
Text Example
Text Example
White with #AA7A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A0A; }
p { color: rgb(170,122,10); }
H1.HeaderClassName
{
color: #AA7A0A;
}
.AnyTagClassName
{
color: #AA7A0A;
}
</style>
background-color css
<style>
a { background-color: #AA7A0A; }
a { background-color: rgb(170,122,10); }
div.DivClassName
{
background-color: #AA7A0A;
}
.BgClassName
{
background-color: #AA7A0A;
}
</style>
border-color css
<style>
span { border-color: #AA7A0A; }
span { border-color: rgb(170,122,10); }
td.TdClassName
{
border-color: #AA7A0A;
}
.TagClassName
{
border-color: #AA7A0A;
}
</style>