Shades of Dark Goldenrod #AA7B0E
Tints of Dark Goldenrod #AA7B0E
RGB
CMYK
RGB Variations
Color information
#AA7B0E (or 0xAA7B0E) is known color: Dark Goldenrod. HEX triplet: AA, 7B and 0E. RGB value is (170,123,14). Sum of RGB (Red+Green+Blue) = 170+123+14=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B0E is #5584F1. Grayscale: #7D7D7D. Windows color (decimal): -5604594 or 949162. OLE color: 949162.
HSL color Cylindrical-coordinate representation of color #AA7B0E: hue angle of 41.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA7B0E is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 14 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.33 |
| HSL | 41.92º | 0.85% | 0.36% | - |
| HSV(B) | 41.92º | 0.92% | 0.67% | - |
| XYZ | 23.74 | 22.74 | 3.55 | - |
| YUV | 124.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 14 | 0 | 0.28 | 0.92 | 0.33 | 41.92 | 0.85 | 0.36 |
| Hex | AA | 7B | E | 0 | 1C | 5C | 21 | 2A | 55 | 24 |
| Octal | 252 | 173 | 16 | 0 | 34 | 134 | 41 | 52 | 125 | 44 |
| Binary | 10101010 | 1111011 | 1110 | 0 | 11100 | 1011100 | 100001 | 101010 | 1010101 | 100100 |
Color Harmonies of #AA7B0E
Complementary color
Monochromatic Colors of #AA7B0E
Black with #AA7B0E
Text Example
Text Example
White with #AA7B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B0E; }
p { color: rgb(170,123,14); }
H1.HeaderClassName
{
color: #AA7B0E;
}
.AnyTagClassName
{
color: #AA7B0E;
}
</style>
background-color css
<style>
a { background-color: #AA7B0E; }
a { background-color: rgb(170,123,14); }
div.DivClassName
{
background-color: #AA7B0E;
}
.BgClassName
{
background-color: #AA7B0E;
}
</style>
border-color css
<style>
span { border-color: #AA7B0E; }
span { border-color: rgb(170,123,14); }
td.TdClassName
{
border-color: #AA7B0E;
}
.TagClassName
{
border-color: #AA7B0E;
}
</style>