Shades of Dark Goldenrod #A49000
Tints of Dark Goldenrod #A49000
RGB
CMYK
RGB Variations
Color information
#A49000 (or 0xA49000) is known color: Dark Goldenrod. HEX triplet: A4, 90 and 00. RGB value is (164,144,0). Sum of RGB (Red+Green+Blue) = 164+144+0=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A49000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49000 is #5B6FFF. Grayscale: #868686. Windows color (decimal): -5992448 or 37028. OLE color: 37028.
HSL color Cylindrical-coordinate representation of color #A49000: hue angle of 52.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A49000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.36 |
| HSL | 52.68º | 1% | 0.32% | - |
| HSV(B) | 52.68º | 1% | 0.64% | - |
| XYZ | 25.28 | 27.84 | 4.04 | - |
| YUV | 133.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 0 | 0 | 0.12 | 1 | 0.36 | 52.68 | 1 | 0.32 |
| Hex | A4 | 90 | 0 | 0 | C | 64 | 24 | 35 | 64 | 20 |
| Octal | 244 | 220 | 0 | 0 | 14 | 144 | 44 | 65 | 144 | 40 |
| Binary | 10100100 | 10010000 | 0 | 0 | 1100 | 1100100 | 100100 | 110101 | 1100100 | 100000 |
Color Harmonies of #A49000
Complementary color
Monochromatic Colors of #A49000
Black with #A49000
Text Example
Text Example
White with #A49000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49000; }
p { color: rgb(164,144,0); }
H1.HeaderClassName
{
color: #A49000;
}
.AnyTagClassName
{
color: #A49000;
}
</style>
background-color css
<style>
a { background-color: #A49000; }
a { background-color: rgb(164,144,0); }
div.DivClassName
{
background-color: #A49000;
}
.BgClassName
{
background-color: #A49000;
}
</style>
border-color css
<style>
span { border-color: #A49000; }
span { border-color: rgb(164,144,0); }
td.TdClassName
{
border-color: #A49000;
}
.TagClassName
{
border-color: #A49000;
}
</style>