Shades of Dark Goldenrod #A9810E
Tints of Dark Goldenrod #A9810E
RGB
CMYK
RGB Variations
Color information
#A9810E (or 0xA9810E) is known color: Dark Goldenrod. HEX triplet: A9, 81 and 0E. RGB value is (169,129,14). Sum of RGB (Red+Green+Blue) = 169+129+14=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A9810E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9810E is #567EF1. Grayscale: #808080. Windows color (decimal): -5668594 or 950697. OLE color: 950697.
HSL color Cylindrical-coordinate representation of color #A9810E: hue angle of 44.52º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9810E is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 14 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.34 |
| HSL | 44.52º | 0.85% | 0.36% | - |
| HSV(B) | 44.52º | 0.92% | 0.66% | - |
| XYZ | 24.29 | 24.17 | 3.8 | - |
| YUV | 127.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 14 | 0 | 0.24 | 0.92 | 0.34 | 44.52 | 0.85 | 0.36 |
| Hex | A9 | 81 | E | 0 | 18 | 5C | 22 | 2D | 55 | 24 |
| Octal | 251 | 201 | 16 | 0 | 30 | 134 | 42 | 55 | 125 | 44 |
| Binary | 10101001 | 10000001 | 1110 | 0 | 11000 | 1011100 | 100010 | 101101 | 1010101 | 100100 |
Color Harmonies of #A9810E
Complementary color
Monochromatic Colors of #A9810E
Black with #A9810E
Text Example
Text Example
White with #A9810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9810E; }
p { color: rgb(169,129,14); }
H1.HeaderClassName
{
color: #A9810E;
}
.AnyTagClassName
{
color: #A9810E;
}
</style>
background-color css
<style>
a { background-color: #A9810E; }
a { background-color: rgb(169,129,14); }
div.DivClassName
{
background-color: #A9810E;
}
.BgClassName
{
background-color: #A9810E;
}
</style>
border-color css
<style>
span { border-color: #A9810E; }
span { border-color: rgb(169,129,14); }
td.TdClassName
{
border-color: #A9810E;
}
.TagClassName
{
border-color: #A9810E;
}
</style>