Shades of Husk #A2994D
Tints of Husk #A2994D
RGB
CMYK
RGB Variations
Color information
#A2994D (or 0xA2994D) is known color: Husk. HEX triplet: A2, 99 and 4D. RGB value is (162,153,77). Sum of RGB (Red+Green+Blue) = 162+153+77=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2994D is #5D66B2. Grayscale: #939393. Windows color (decimal): -6121139 or 5085602. OLE color: 5085602.
HSL color Cylindrical-coordinate representation of color #A2994D: hue angle of 53.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2994D is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 77 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.36 |
| HSL | 53.65º | 0.36% | 0.47% | - |
| HSV(B) | 53.65º | 0.52% | 0.64% | - |
| XYZ | 27.63 | 31 | 11.55 | - |
| YUV | 147.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 77 | 0 | 0.06 | 0.52 | 0.36 | 53.65 | 0.36 | 0.47 |
| Hex | A2 | 99 | 4D | 0 | 6 | 34 | 24 | 36 | 24 | 2F |
| Octal | 242 | 231 | 115 | 0 | 6 | 64 | 44 | 66 | 44 | 57 |
| Binary | 10100010 | 10011001 | 1001101 | 0 | 110 | 110100 | 100100 | 110110 | 100100 | 101111 |
Color Harmonies of #A2994D
Complementary color
Monochromatic Colors of #A2994D
Black with #A2994D
Text Example
Text Example
White with #A2994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2994D; }
p { color: rgb(162,153,77); }
H1.HeaderClassName
{
color: #A2994D;
}
.AnyTagClassName
{
color: #A2994D;
}
</style>
background-color css
<style>
a { background-color: #A2994D; }
a { background-color: rgb(162,153,77); }
div.DivClassName
{
background-color: #A2994D;
}
.BgClassName
{
background-color: #A2994D;
}
</style>
border-color css
<style>
span { border-color: #A2994D; }
span { border-color: rgb(162,153,77); }
td.TdClassName
{
border-color: #A2994D;
}
.TagClassName
{
border-color: #A2994D;
}
</style>