Shades of Dark Goldenrod #A4870A
Tints of Dark Goldenrod #A4870A
RGB
CMYK
RGB Variations
Color information
#A4870A (or 0xA4870A) is known color: Dark Goldenrod. HEX triplet: A4, 87 and 0A. RGB value is (164,135,10). Sum of RGB (Red+Green+Blue) = 164+135+10=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4870A is #5B78F5. Grayscale: #818181. Windows color (decimal): -5994742 or 690084. OLE color: 690084.
HSL color Cylindrical-coordinate representation of color #A4870A: hue angle of 48.7º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4870A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 10 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.36 |
| HSL | 48.7º | 0.89% | 0.34% | - |
| HSV(B) | 48.7º | 0.94% | 0.64% | - |
| XYZ | 24.03 | 25.24 | 3.89 | - |
| YUV | 129.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 10 | 0 | 0.18 | 0.94 | 0.36 | 48.7 | 0.89 | 0.34 |
| Hex | A4 | 87 | A | 0 | 12 | 5E | 24 | 31 | 59 | 22 |
| Octal | 244 | 207 | 12 | 0 | 22 | 136 | 44 | 61 | 131 | 42 |
| Binary | 10100100 | 10000111 | 1010 | 0 | 10010 | 1011110 | 100100 | 110001 | 1011001 | 100010 |
Color Harmonies of #A4870A
Complementary color
Monochromatic Colors of #A4870A
Black with #A4870A
Text Example
Text Example
White with #A4870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4870A; }
p { color: rgb(164,135,10); }
H1.HeaderClassName
{
color: #A4870A;
}
.AnyTagClassName
{
color: #A4870A;
}
</style>
background-color css
<style>
a { background-color: #A4870A; }
a { background-color: rgb(164,135,10); }
div.DivClassName
{
background-color: #A4870A;
}
.BgClassName
{
background-color: #A4870A;
}
</style>
border-color css
<style>
span { border-color: #A4870A; }
span { border-color: rgb(164,135,10); }
td.TdClassName
{
border-color: #A4870A;
}
.TagClassName
{
border-color: #A4870A;
}
</style>