Shades of Dark Goldenrod #AA890E
Tints of Dark Goldenrod #AA890E
RGB
CMYK
RGB Variations
Color information
#AA890E (or 0xAA890E) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 0E. RGB value is (170,137,14). Sum of RGB (Red+Green+Blue) = 170+137+14=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA890E is #5576F1. Grayscale: #858585. Windows color (decimal): -5601010 or 952746. OLE color: 952746.
HSL color Cylindrical-coordinate representation of color #AA890E: hue angle of 47.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 #AA890E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 14 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.33 |
| HSL | 47.31º | 0.85% | 0.36% | - |
| HSV(B) | 47.31º | 0.92% | 0.67% | - |
| XYZ | 25.6 | 26.47 | 4.18 | - |
| YUV | 132.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 14 | 0 | 0.19 | 0.92 | 0.33 | 47.31 | 0.85 | 0.36 |
| Hex | AA | 89 | E | 0 | 13 | 5C | 21 | 2F | 55 | 24 |
| Octal | 252 | 211 | 16 | 0 | 23 | 134 | 41 | 57 | 125 | 44 |
| Binary | 10101010 | 10001001 | 1110 | 0 | 10011 | 1011100 | 100001 | 101111 | 1010101 | 100100 |
Color Harmonies of #AA890E
Complementary color
Monochromatic Colors of #AA890E
Black with #AA890E
Text Example
Text Example
White with #AA890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA890E; }
p { color: rgb(170,137,14); }
H1.HeaderClassName
{
color: #AA890E;
}
.AnyTagClassName
{
color: #AA890E;
}
</style>
background-color css
<style>
a { background-color: #AA890E; }
a { background-color: rgb(170,137,14); }
div.DivClassName
{
background-color: #AA890E;
}
.BgClassName
{
background-color: #AA890E;
}
</style>
border-color css
<style>
span { border-color: #AA890E; }
span { border-color: rgb(170,137,14); }
td.TdClassName
{
border-color: #AA890E;
}
.TagClassName
{
border-color: #AA890E;
}
</style>