Shades of Dark Goldenrod #A4890A
Tints of Dark Goldenrod #A4890A
RGB
CMYK
RGB Variations
Color information
#A4890A (or 0xA4890A) is known color: Dark Goldenrod. HEX triplet: A4, 89 and 0A. RGB value is (164,137,10). Sum of RGB (Red+Green+Blue) = 164+137+10=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4890A is #5B76F5. Grayscale: #838383. Windows color (decimal): -5994230 or 690596. OLE color: 690596.
HSL color Cylindrical-coordinate representation of color #A4890A: hue angle of 49.48º 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 #A4890A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 10 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.36 |
| HSL | 49.48º | 0.89% | 0.34% | - |
| HSV(B) | 49.48º | 0.94% | 0.64% | - |
| XYZ | 24.31 | 25.81 | 3.99 | - |
| YUV | 130.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 10 | 0 | 0.16 | 0.94 | 0.36 | 49.48 | 0.89 | 0.34 |
| Hex | A4 | 89 | A | 0 | 10 | 5E | 24 | 31 | 59 | 22 |
| Octal | 244 | 211 | 12 | 0 | 20 | 136 | 44 | 61 | 131 | 42 |
| Binary | 10100100 | 10001001 | 1010 | 0 | 10000 | 1011110 | 100100 | 110001 | 1011001 | 100010 |
Color Harmonies of #A4890A
Complementary color
Monochromatic Colors of #A4890A
Black with #A4890A
Text Example
Text Example
White with #A4890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4890A; }
p { color: rgb(164,137,10); }
H1.HeaderClassName
{
color: #A4890A;
}
.AnyTagClassName
{
color: #A4890A;
}
</style>
background-color css
<style>
a { background-color: #A4890A; }
a { background-color: rgb(164,137,10); }
div.DivClassName
{
background-color: #A4890A;
}
.BgClassName
{
background-color: #A4890A;
}
</style>
border-color css
<style>
span { border-color: #A4890A; }
span { border-color: rgb(164,137,10); }
td.TdClassName
{
border-color: #A4890A;
}
.TagClassName
{
border-color: #A4890A;
}
</style>