Shades of Husk #A0964A
Tints of Husk #A0964A
RGB
CMYK
RGB Variations
Color information
#A0964A (or 0xA0964A) is known color: Husk. HEX triplet: A0, 96 and 4A. RGB value is (160,150,74). Sum of RGB (Red+Green+Blue) = 160+150+74=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0964A is #5F69B5. Grayscale: #909090. Windows color (decimal): -6252982 or 4888224. OLE color: 4888224.
HSL color Cylindrical-coordinate representation of color #A0964A: hue angle of 53.02º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0964A is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 74 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.37 |
| HSL | 53.02º | 0.37% | 0.46% | - |
| HSV(B) | 53.02º | 0.54% | 0.63% | - |
| XYZ | 26.64 | 29.78 | 10.82 | - |
| YUV | 144.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 74 | 0 | 0.06 | 0.54 | 0.37 | 53.02 | 0.37 | 0.46 |
| Hex | A0 | 96 | 4A | 0 | 6 | 36 | 25 | 35 | 25 | 2E |
| Octal | 240 | 226 | 112 | 0 | 6 | 66 | 45 | 65 | 45 | 56 |
| Binary | 10100000 | 10010110 | 1001010 | 0 | 110 | 110110 | 100101 | 110101 | 100101 | 101110 |
Color Harmonies of #A0964A
Complementary color
Monochromatic Colors of #A0964A
Black with #A0964A
Text Example
Text Example
White with #A0964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0964A; }
p { color: rgb(160,150,74); }
H1.HeaderClassName
{
color: #A0964A;
}
.AnyTagClassName
{
color: #A0964A;
}
</style>
background-color css
<style>
a { background-color: #A0964A; }
a { background-color: rgb(160,150,74); }
div.DivClassName
{
background-color: #A0964A;
}
.BgClassName
{
background-color: #A0964A;
}
</style>
border-color css
<style>
span { border-color: #A0964A; }
span { border-color: rgb(160,150,74); }
td.TdClassName
{
border-color: #A0964A;
}
.TagClassName
{
border-color: #A0964A;
}
</style>