Shades of Husk #A0994B
Tints of Husk #A0994B
RGB
CMYK
RGB Variations
Color information
#A0994B (or 0xA0994B) is known color: Husk. HEX triplet: A0, 99 and 4B. RGB value is (160,153,75). Sum of RGB (Red+Green+Blue) = 160+153+75=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0994B is #5F66B4. Grayscale: #929292. Windows color (decimal): -6252213 or 4954528. OLE color: 4954528.
HSL color Cylindrical-coordinate representation of color #A0994B: hue angle of 55.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0994B is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 75 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.37 |
| HSL | 55.06º | 0.36% | 0.46% | - |
| HSV(B) | 55.06º | 0.53% | 0.63% | - |
| XYZ | 27.16 | 30.76 | 11.16 | - |
| YUV | 146.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 75 | 0 | 0.04 | 0.53 | 0.37 | 55.06 | 0.36 | 0.46 |
| Hex | A0 | 99 | 4B | 0 | 4 | 35 | 25 | 37 | 24 | 2E |
| Octal | 240 | 231 | 113 | 0 | 4 | 65 | 45 | 67 | 44 | 56 |
| Binary | 10100000 | 10011001 | 1001011 | 0 | 100 | 110101 | 100101 | 110111 | 100100 | 101110 |
Color Harmonies of #A0994B
Complementary color
Monochromatic Colors of #A0994B
Black with #A0994B
Text Example
Text Example
White with #A0994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0994B; }
p { color: rgb(160,153,75); }
H1.HeaderClassName
{
color: #A0994B;
}
.AnyTagClassName
{
color: #A0994B;
}
</style>
background-color css
<style>
a { background-color: #A0994B; }
a { background-color: rgb(160,153,75); }
div.DivClassName
{
background-color: #A0994B;
}
.BgClassName
{
background-color: #A0994B;
}
</style>
border-color css
<style>
span { border-color: #A0994B; }
span { border-color: rgb(160,153,75); }
td.TdClassName
{
border-color: #A0994B;
}
.TagClassName
{
border-color: #A0994B;
}
</style>