Shades of Husk #A0954D
Tints of Husk #A0954D
RGB
CMYK
RGB Variations
Color information
#A0954D (or 0xA0954D) is known color: Husk. HEX triplet: A0, 95 and 4D. RGB value is (160,149,77). Sum of RGB (Red+Green+Blue) = 160+149+77=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0954D is #5F6AB2. Grayscale: #909090. Windows color (decimal): -6253235 or 5084576. OLE color: 5084576.
HSL color Cylindrical-coordinate representation of color #A0954D: hue angle of 52.05º 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 #A0954D is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 77 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.37 |
| HSL | 52.05º | 0.35% | 0.46% | - |
| HSV(B) | 52.05º | 0.52% | 0.63% | - |
| XYZ | 26.58 | 29.5 | 11.31 | - |
| YUV | 144.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 77 | 0 | 0.07 | 0.52 | 0.37 | 52.05 | 0.35 | 0.46 |
| Hex | A0 | 95 | 4D | 0 | 7 | 34 | 25 | 34 | 23 | 2E |
| Octal | 240 | 225 | 115 | 0 | 7 | 64 | 45 | 64 | 43 | 56 |
| Binary | 10100000 | 10010101 | 1001101 | 0 | 111 | 110100 | 100101 | 110100 | 100011 | 101110 |
Color Harmonies of #A0954D
Complementary color
Monochromatic Colors of #A0954D
Black with #A0954D
Text Example
Text Example
White with #A0954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0954D; }
p { color: rgb(160,149,77); }
H1.HeaderClassName
{
color: #A0954D;
}
.AnyTagClassName
{
color: #A0954D;
}
</style>
background-color css
<style>
a { background-color: #A0954D; }
a { background-color: rgb(160,149,77); }
div.DivClassName
{
background-color: #A0954D;
}
.BgClassName
{
background-color: #A0954D;
}
</style>
border-color css
<style>
span { border-color: #A0954D; }
span { border-color: rgb(160,149,77); }
td.TdClassName
{
border-color: #A0954D;
}
.TagClassName
{
border-color: #A0954D;
}
</style>