Shades of Dark Goldenrod #A49100
Tints of Dark Goldenrod #A49100
RGB
CMYK
RGB Variations
Color information
#A49100 (or 0xA49100) is known color: Dark Goldenrod. HEX triplet: A4, 91 and 00. RGB value is (164,145,0). Sum of RGB (Red+Green+Blue) = 164+145+0=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A49100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49100 is #5B6EFF. Grayscale: #868686. Windows color (decimal): -5992192 or 37284. OLE color: 37284.
HSL color Cylindrical-coordinate representation of color #A49100: hue angle of 53.05º 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 #A49100 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.36 |
| HSL | 53.05º | 1% | 0.32% | - |
| HSV(B) | 53.05º | 1% | 0.64% | - |
| XYZ | 25.44 | 28.14 | 4.09 | - |
| YUV | 134.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 0 | 0 | 0.12 | 1 | 0.36 | 53.05 | 1 | 0.32 |
| Hex | A4 | 91 | 0 | 0 | C | 64 | 24 | 35 | 64 | 20 |
| Octal | 244 | 221 | 0 | 0 | 14 | 144 | 44 | 65 | 144 | 40 |
| Binary | 10100100 | 10010001 | 0 | 0 | 1100 | 1100100 | 100100 | 110101 | 1100100 | 100000 |
Color Harmonies of #A49100
Complementary color
Monochromatic Colors of #A49100
Black with #A49100
Text Example
Text Example
White with #A49100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49100; }
p { color: rgb(164,145,0); }
H1.HeaderClassName
{
color: #A49100;
}
.AnyTagClassName
{
color: #A49100;
}
</style>
background-color css
<style>
a { background-color: #A49100; }
a { background-color: rgb(164,145,0); }
div.DivClassName
{
background-color: #A49100;
}
.BgClassName
{
background-color: #A49100;
}
</style>
border-color css
<style>
span { border-color: #A49100; }
span { border-color: rgb(164,145,0); }
td.TdClassName
{
border-color: #A49100;
}
.TagClassName
{
border-color: #A49100;
}
</style>