Shades of Dark Goldenrod #AA8D0E
Tints of Dark Goldenrod #AA8D0E
RGB
CMYK
RGB Variations
Color information
#AA8D0E (or 0xAA8D0E) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 0E. RGB value is (170,141,14). Sum of RGB (Red+Green+Blue) = 170+141+14=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D0E is #5572F1. Grayscale: #878787. Windows color (decimal): -5599986 or 953770. OLE color: 953770.
HSL color Cylindrical-coordinate representation of color #AA8D0E: hue angle of 48.85º 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 #AA8D0E is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 14 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.33 |
| HSL | 48.85º | 0.85% | 0.36% | - |
| HSV(B) | 48.85º | 0.92% | 0.67% | - |
| XYZ | 26.18 | 27.63 | 4.37 | - |
| YUV | 135.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 14 | 0 | 0.17 | 0.92 | 0.33 | 48.85 | 0.85 | 0.36 |
| Hex | AA | 8D | E | 0 | 11 | 5C | 21 | 31 | 55 | 24 |
| Octal | 252 | 215 | 16 | 0 | 21 | 134 | 41 | 61 | 125 | 44 |
| Binary | 10101010 | 10001101 | 1110 | 0 | 10001 | 1011100 | 100001 | 110001 | 1010101 | 100100 |
Color Harmonies of #AA8D0E
Complementary color
Monochromatic Colors of #AA8D0E
Black with #AA8D0E
Text Example
Text Example
White with #AA8D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D0E; }
p { color: rgb(170,141,14); }
H1.HeaderClassName
{
color: #AA8D0E;
}
.AnyTagClassName
{
color: #AA8D0E;
}
</style>
background-color css
<style>
a { background-color: #AA8D0E; }
a { background-color: rgb(170,141,14); }
div.DivClassName
{
background-color: #AA8D0E;
}
.BgClassName
{
background-color: #AA8D0E;
}
</style>
border-color css
<style>
span { border-color: #AA8D0E; }
span { border-color: rgb(170,141,14); }
td.TdClassName
{
border-color: #AA8D0E;
}
.TagClassName
{
border-color: #AA8D0E;
}
</style>