Shades of Dark Goldenrod #A4800A
Tints of Dark Goldenrod #A4800A
RGB
CMYK
RGB Variations
Color information
#A4800A (or 0xA4800A) is known color: Dark Goldenrod. HEX triplet: A4, 80 and 0A. RGB value is (164,128,10). Sum of RGB (Red+Green+Blue) = 164+128+10=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A4800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4800A is #5B7FF5. Grayscale: #7D7D7D. Windows color (decimal): -5996534 or 688292. OLE color: 688292.
HSL color Cylindrical-coordinate representation of color #A4800A: hue angle of 45.97º 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 #A4800A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.36 |
| HSL | 45.97º | 0.89% | 0.34% | - |
| HSV(B) | 45.97º | 0.94% | 0.64% | - |
| XYZ | 23.08 | 23.35 | 3.58 | - |
| YUV | 125.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 10 | 0 | 0.22 | 0.94 | 0.36 | 45.97 | 0.89 | 0.34 |
| Hex | A4 | 80 | A | 0 | 16 | 5E | 24 | 2E | 59 | 22 |
| Octal | 244 | 200 | 12 | 0 | 26 | 136 | 44 | 56 | 131 | 42 |
| Binary | 10100100 | 10000000 | 1010 | 0 | 10110 | 1011110 | 100100 | 101110 | 1011001 | 100010 |
Color Harmonies of #A4800A
Complementary color
Monochromatic Colors of #A4800A
Black with #A4800A
Text Example
Text Example
White with #A4800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4800A; }
p { color: rgb(164,128,10); }
H1.HeaderClassName
{
color: #A4800A;
}
.AnyTagClassName
{
color: #A4800A;
}
</style>
background-color css
<style>
a { background-color: #A4800A; }
a { background-color: rgb(164,128,10); }
div.DivClassName
{
background-color: #A4800A;
}
.BgClassName
{
background-color: #A4800A;
}
</style>
border-color css
<style>
span { border-color: #A4800A; }
span { border-color: rgb(164,128,10); }
td.TdClassName
{
border-color: #A4800A;
}
.TagClassName
{
border-color: #A4800A;
}
</style>