Shades of Husk #A0964D
Tints of Husk #A0964D
RGB
CMYK
RGB Variations
Color information
#A0964D (or 0xA0964D) is known color: Husk. HEX triplet: A0, 96 and 4D. RGB value is (160,150,77). Sum of RGB (Red+Green+Blue) = 160+150+77=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0964D is #5F69B2. Grayscale: #909090. Windows color (decimal): -6252979 or 5084832. OLE color: 5084832.
HSL color Cylindrical-coordinate representation of color #A0964D: hue angle of 52.77º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0964D is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 77 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.37 |
| HSL | 52.77º | 0.35% | 0.46% | - |
| HSV(B) | 52.77º | 0.52% | 0.63% | - |
| XYZ | 26.74 | 29.82 | 11.37 | - |
| YUV | 144.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 77 | 0 | 0.06 | 0.52 | 0.37 | 52.77 | 0.35 | 0.46 |
| Hex | A0 | 96 | 4D | 0 | 6 | 34 | 25 | 35 | 23 | 2E |
| Octal | 240 | 226 | 115 | 0 | 6 | 64 | 45 | 65 | 43 | 56 |
| Binary | 10100000 | 10010110 | 1001101 | 0 | 110 | 110100 | 100101 | 110101 | 100011 | 101110 |
Color Harmonies of #A0964D
Complementary color
Monochromatic Colors of #A0964D
Black with #A0964D
Text Example
Text Example
White with #A0964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0964D; }
p { color: rgb(160,150,77); }
H1.HeaderClassName
{
color: #A0964D;
}
.AnyTagClassName
{
color: #A0964D;
}
</style>
background-color css
<style>
a { background-color: #A0964D; }
a { background-color: rgb(160,150,77); }
div.DivClassName
{
background-color: #A0964D;
}
.BgClassName
{
background-color: #A0964D;
}
</style>
border-color css
<style>
span { border-color: #A0964D; }
span { border-color: rgb(160,150,77); }
td.TdClassName
{
border-color: #A0964D;
}
.TagClassName
{
border-color: #A0964D;
}
</style>