Shades of Husk #A2994A
Tints of Husk #A2994A
RGB
CMYK
RGB Variations
Color information
#A2994A (or 0xA2994A) is known color: Husk. HEX triplet: A2, 99 and 4A. RGB value is (162,153,74). Sum of RGB (Red+Green+Blue) = 162+153+74=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2994A is #5D66B5. Grayscale: #939393. Windows color (decimal): -6121142 or 4888994. OLE color: 4888994.
HSL color Cylindrical-coordinate representation of color #A2994A: hue angle of 53.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2994A is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 74 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.36 |
| HSL | 53.86º | 0.37% | 0.46% | - |
| HSV(B) | 53.86º | 0.54% | 0.64% | - |
| XYZ | 27.53 | 30.96 | 11 | - |
| YUV | 146.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 74 | 0 | 0.06 | 0.54 | 0.36 | 53.86 | 0.37 | 0.46 |
| Hex | A2 | 99 | 4A | 0 | 6 | 36 | 24 | 36 | 25 | 2E |
| Octal | 242 | 231 | 112 | 0 | 6 | 66 | 44 | 66 | 45 | 56 |
| Binary | 10100010 | 10011001 | 1001010 | 0 | 110 | 110110 | 100100 | 110110 | 100101 | 101110 |
Color Harmonies of #A2994A
Complementary color
Monochromatic Colors of #A2994A
Black with #A2994A
Text Example
Text Example
White with #A2994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2994A; }
p { color: rgb(162,153,74); }
H1.HeaderClassName
{
color: #A2994A;
}
.AnyTagClassName
{
color: #A2994A;
}
</style>
background-color css
<style>
a { background-color: #A2994A; }
a { background-color: rgb(162,153,74); }
div.DivClassName
{
background-color: #A2994A;
}
.BgClassName
{
background-color: #A2994A;
}
</style>
border-color css
<style>
span { border-color: #A2994A; }
span { border-color: rgb(162,153,74); }
td.TdClassName
{
border-color: #A2994A;
}
.TagClassName
{
border-color: #A2994A;
}
</style>