Shades of Dark Goldenrod #AA8C0E
Tints of Dark Goldenrod #AA8C0E
RGB
CMYK
RGB Variations
Color information
#AA8C0E (or 0xAA8C0E) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 0E. RGB value is (170,140,14). Sum of RGB (Red+Green+Blue) = 170+140+14=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C0E is #5573F1. Grayscale: #878787. Windows color (decimal): -5600242 or 953514. OLE color: 953514.
HSL color Cylindrical-coordinate representation of color #AA8C0E: hue angle of 48.46º 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 #AA8C0E is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 14 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.33 |
| HSL | 48.46º | 0.85% | 0.36% | - |
| HSV(B) | 48.46º | 0.92% | 0.67% | - |
| XYZ | 26.03 | 27.33 | 4.32 | - |
| YUV | 134.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 14 | 0 | 0.18 | 0.92 | 0.33 | 48.46 | 0.85 | 0.36 |
| Hex | AA | 8C | E | 0 | 12 | 5C | 21 | 30 | 55 | 24 |
| Octal | 252 | 214 | 16 | 0 | 22 | 134 | 41 | 60 | 125 | 44 |
| Binary | 10101010 | 10001100 | 1110 | 0 | 10010 | 1011100 | 100001 | 110000 | 1010101 | 100100 |
Color Harmonies of #AA8C0E
Complementary color
Monochromatic Colors of #AA8C0E
Black with #AA8C0E
Text Example
Text Example
White with #AA8C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C0E; }
p { color: rgb(170,140,14); }
H1.HeaderClassName
{
color: #AA8C0E;
}
.AnyTagClassName
{
color: #AA8C0E;
}
</style>
background-color css
<style>
a { background-color: #AA8C0E; }
a { background-color: rgb(170,140,14); }
div.DivClassName
{
background-color: #AA8C0E;
}
.BgClassName
{
background-color: #AA8C0E;
}
</style>
border-color css
<style>
span { border-color: #AA8C0E; }
span { border-color: rgb(170,140,14); }
td.TdClassName
{
border-color: #AA8C0E;
}
.TagClassName
{
border-color: #AA8C0E;
}
</style>