Shades of Dark Goldenrod #AA7B0A
Tints of Dark Goldenrod #AA7B0A
RGB
CMYK
RGB Variations
Color information
#AA7B0A (or 0xAA7B0A) is known color: Dark Goldenrod. HEX triplet: AA, 7B and 0A. RGB value is (170,123,10). Sum of RGB (Red+Green+Blue) = 170+123+10=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B0A is #5584F5. Grayscale: #7C7C7C. Windows color (decimal): -5604598 or 687018. OLE color: 687018.
HSL color Cylindrical-coordinate representation of color #AA7B0A: hue angle of 42.38º 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 #AA7B0A is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 10 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.33 |
| HSL | 42.38º | 0.89% | 0.35% | - |
| HSV(B) | 42.38º | 0.94% | 0.67% | - |
| XYZ | 23.72 | 22.73 | 3.43 | - |
| YUV | 124.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 10 | 0 | 0.28 | 0.94 | 0.33 | 42.38 | 0.89 | 0.35 |
| Hex | AA | 7B | A | 0 | 1C | 5E | 21 | 2A | 59 | 23 |
| Octal | 252 | 173 | 12 | 0 | 34 | 136 | 41 | 52 | 131 | 43 |
| Binary | 10101010 | 1111011 | 1010 | 0 | 11100 | 1011110 | 100001 | 101010 | 1011001 | 100011 |
Color Harmonies of #AA7B0A
Complementary color
Monochromatic Colors of #AA7B0A
Black with #AA7B0A
Text Example
Text Example
White with #AA7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B0A; }
p { color: rgb(170,123,10); }
H1.HeaderClassName
{
color: #AA7B0A;
}
.AnyTagClassName
{
color: #AA7B0A;
}
</style>
background-color css
<style>
a { background-color: #AA7B0A; }
a { background-color: rgb(170,123,10); }
div.DivClassName
{
background-color: #AA7B0A;
}
.BgClassName
{
background-color: #AA7B0A;
}
</style>
border-color css
<style>
span { border-color: #AA7B0A; }
span { border-color: rgb(170,123,10); }
td.TdClassName
{
border-color: #AA7B0A;
}
.TagClassName
{
border-color: #AA7B0A;
}
</style>