Shades of Dark Goldenrod #A4860D
Tints of Dark Goldenrod #A4860D
RGB
CMYK
RGB Variations
Color information
#A4860D (or 0xA4860D) is known color: Dark Goldenrod. HEX triplet: A4, 86 and 0D. RGB value is (164,134,13). Sum of RGB (Red+Green+Blue) = 164+134+13=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4860D is #5B79F2. Grayscale: #818181. Windows color (decimal): -5994995 or 886436. OLE color: 886436.
HSL color Cylindrical-coordinate representation of color #A4860D: hue angle of 48.08º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4860D is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 134 | 13 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.36 |
| HSL | 48.08º | 0.85% | 0.35% | - |
| HSV(B) | 48.08º | 0.92% | 0.64% | - |
| XYZ | 23.91 | 24.97 | 3.94 | - |
| YUV | 129.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 13 | 0 | 0.18 | 0.92 | 0.36 | 48.08 | 0.85 | 0.35 |
| Hex | A4 | 86 | D | 0 | 12 | 5C | 24 | 30 | 55 | 23 |
| Octal | 244 | 206 | 15 | 0 | 22 | 134 | 44 | 60 | 125 | 43 |
| Binary | 10100100 | 10000110 | 1101 | 0 | 10010 | 1011100 | 100100 | 110000 | 1010101 | 100011 |
Color Harmonies of #A4860D
Complementary color
Monochromatic Colors of #A4860D
Black with #A4860D
Text Example
Text Example
White with #A4860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4860D; }
p { color: rgb(164,134,13); }
H1.HeaderClassName
{
color: #A4860D;
}
.AnyTagClassName
{
color: #A4860D;
}
</style>
background-color css
<style>
a { background-color: #A4860D; }
a { background-color: rgb(164,134,13); }
div.DivClassName
{
background-color: #A4860D;
}
.BgClassName
{
background-color: #A4860D;
}
</style>
border-color css
<style>
span { border-color: #A4860D; }
span { border-color: rgb(164,134,13); }
td.TdClassName
{
border-color: #A4860D;
}
.TagClassName
{
border-color: #A4860D;
}
</style>