Shades of Husk #A4955A
Tints of Husk #A4955A
RGB
CMYK
RGB Variations
Color information
#A4955A (or 0xA4955A) is known color: Husk. HEX triplet: A4, 95 and 5A. RGB value is (164,149,90). Sum of RGB (Red+Green+Blue) = 164+149+90=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4955A is #5B6AA5. Grayscale: #939393. Windows color (decimal): -5991078 or 5936548. OLE color: 5936548.
HSL color Cylindrical-coordinate representation of color #A4955A: hue angle of 47.84º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4955A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 90 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.36 |
| HSL | 47.84º | 0.29% | 0.5% | - |
| HSV(B) | 47.84º | 0.45% | 0.64% | - |
| XYZ | 27.9 | 30.13 | 14.02 | - |
| YUV | 146.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 90 | 0 | 0.09 | 0.45 | 0.36 | 47.84 | 0.29 | 0.5 |
| Hex | A4 | 95 | 5A | 0 | 9 | 2D | 24 | 30 | 1D | 32 |
| Octal | 244 | 225 | 132 | 0 | 11 | 55 | 44 | 60 | 35 | 62 |
| Binary | 10100100 | 10010101 | 1011010 | 0 | 1001 | 101101 | 100100 | 110000 | 11101 | 110010 |
Color Harmonies of #A4955A
Complementary color
Monochromatic Colors of #A4955A
Black with #A4955A
Text Example
Text Example
White with #A4955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4955A; }
p { color: rgb(164,149,90); }
H1.HeaderClassName
{
color: #A4955A;
}
.AnyTagClassName
{
color: #A4955A;
}
</style>
background-color css
<style>
a { background-color: #A4955A; }
a { background-color: rgb(164,149,90); }
div.DivClassName
{
background-color: #A4955A;
}
.BgClassName
{
background-color: #A4955A;
}
</style>
border-color css
<style>
span { border-color: #A4955A; }
span { border-color: rgb(164,149,90); }
td.TdClassName
{
border-color: #A4955A;
}
.TagClassName
{
border-color: #A4955A;
}
</style>