Shades of Dark Goldenrod #AA7C0E
Tints of Dark Goldenrod #AA7C0E
RGB
CMYK
RGB Variations
Color information
#AA7C0E (or 0xAA7C0E) is known color: Dark Goldenrod. HEX triplet: AA, 7C and 0E. RGB value is (170,124,14). Sum of RGB (Red+Green+Blue) = 170+124+14=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7C0E is #5583F1. Grayscale: #7D7D7D. Windows color (decimal): -5604338 or 949418. OLE color: 949418.
HSL color Cylindrical-coordinate representation of color #AA7C0E: hue angle of 42.31º 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 #AA7C0E is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 14 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.33 |
| HSL | 42.31º | 0.85% | 0.36% | - |
| HSV(B) | 42.31º | 0.92% | 0.67% | - |
| XYZ | 23.86 | 22.99 | 3.6 | - |
| YUV | 125.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 14 | 0 | 0.27 | 0.92 | 0.33 | 42.31 | 0.85 | 0.36 |
| Hex | AA | 7C | E | 0 | 1B | 5C | 21 | 2A | 55 | 24 |
| Octal | 252 | 174 | 16 | 0 | 33 | 134 | 41 | 52 | 125 | 44 |
| Binary | 10101010 | 1111100 | 1110 | 0 | 11011 | 1011100 | 100001 | 101010 | 1010101 | 100100 |
Color Harmonies of #AA7C0E
Complementary color
Monochromatic Colors of #AA7C0E
Black with #AA7C0E
Text Example
Text Example
White with #AA7C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C0E; }
p { color: rgb(170,124,14); }
H1.HeaderClassName
{
color: #AA7C0E;
}
.AnyTagClassName
{
color: #AA7C0E;
}
</style>
background-color css
<style>
a { background-color: #AA7C0E; }
a { background-color: rgb(170,124,14); }
div.DivClassName
{
background-color: #AA7C0E;
}
.BgClassName
{
background-color: #AA7C0E;
}
</style>
border-color css
<style>
span { border-color: #AA7C0E; }
span { border-color: rgb(170,124,14); }
td.TdClassName
{
border-color: #AA7C0E;
}
.TagClassName
{
border-color: #AA7C0E;
}
</style>