Shades of Husk #A0994A
Tints of Husk #A0994A
RGB
CMYK
RGB Variations
Color information
#A0994A (or 0xA0994A) is known color: Husk. HEX triplet: A0, 99 and 4A. RGB value is (160,153,74). Sum of RGB (Red+Green+Blue) = 160+153+74=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0994A is #5F66B5. Grayscale: #929292. Windows color (decimal): -6252214 or 4888992. OLE color: 4888992.
HSL color Cylindrical-coordinate representation of color #A0994A: hue angle of 55.12º 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 #A0994A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 74 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.37 |
| HSL | 55.12º | 0.37% | 0.46% | - |
| HSV(B) | 55.12º | 0.54% | 0.63% | - |
| XYZ | 27.12 | 30.75 | 10.98 | - |
| YUV | 146.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 74 | 0 | 0.04 | 0.54 | 0.37 | 55.12 | 0.37 | 0.46 |
| Hex | A0 | 99 | 4A | 0 | 4 | 36 | 25 | 37 | 25 | 2E |
| Octal | 240 | 231 | 112 | 0 | 4 | 66 | 45 | 67 | 45 | 56 |
| Binary | 10100000 | 10011001 | 1001010 | 0 | 100 | 110110 | 100101 | 110111 | 100101 | 101110 |
Color Harmonies of #A0994A
Complementary color
Monochromatic Colors of #A0994A
Black with #A0994A
Text Example
Text Example
White with #A0994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0994A; }
p { color: rgb(160,153,74); }
H1.HeaderClassName
{
color: #A0994A;
}
.AnyTagClassName
{
color: #A0994A;
}
</style>
background-color css
<style>
a { background-color: #A0994A; }
a { background-color: rgb(160,153,74); }
div.DivClassName
{
background-color: #A0994A;
}
.BgClassName
{
background-color: #A0994A;
}
</style>
border-color css
<style>
span { border-color: #A0994A; }
span { border-color: rgb(160,153,74); }
td.TdClassName
{
border-color: #A0994A;
}
.TagClassName
{
border-color: #A0994A;
}
</style>