Shades of Husk #A2984E
Tints of Husk #A2984E
RGB
CMYK
RGB Variations
Color information
#A2984E (or 0xA2984E) is known color: Husk. HEX triplet: A2, 98 and 4E. RGB value is (162,152,78). Sum of RGB (Red+Green+Blue) = 162+152+78=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2984E is #5D67B1. Grayscale: #929292. Windows color (decimal): -6121394 or 5150882. OLE color: 5150882.
HSL color Cylindrical-coordinate representation of color #A2984E: hue angle of 52.86º degrees, saturation: 0.35, 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 #A2984E is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 78 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.36 |
| HSL | 52.86º | 0.35% | 0.47% | - |
| HSV(B) | 52.86º | 0.52% | 0.64% | - |
| XYZ | 27.5 | 30.69 | 11.68 | - |
| YUV | 146.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 78 | 0 | 0.06 | 0.52 | 0.36 | 52.86 | 0.35 | 0.47 |
| Hex | A2 | 98 | 4E | 0 | 6 | 34 | 24 | 35 | 23 | 2F |
| Octal | 242 | 230 | 116 | 0 | 6 | 64 | 44 | 65 | 43 | 57 |
| Binary | 10100010 | 10011000 | 1001110 | 0 | 110 | 110100 | 100100 | 110101 | 100011 | 101111 |
Color Harmonies of #A2984E
Complementary color
Monochromatic Colors of #A2984E
Black with #A2984E
Text Example
Text Example
White with #A2984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2984E; }
p { color: rgb(162,152,78); }
H1.HeaderClassName
{
color: #A2984E;
}
.AnyTagClassName
{
color: #A2984E;
}
</style>
background-color css
<style>
a { background-color: #A2984E; }
a { background-color: rgb(162,152,78); }
div.DivClassName
{
background-color: #A2984E;
}
.BgClassName
{
background-color: #A2984E;
}
</style>
border-color css
<style>
span { border-color: #A2984E; }
span { border-color: rgb(162,152,78); }
td.TdClassName
{
border-color: #A2984E;
}
.TagClassName
{
border-color: #A2984E;
}
</style>