Shades of Husk #A2944E
Tints of Husk #A2944E
RGB
CMYK
RGB Variations
Color information
#A2944E (or 0xA2944E) is known color: Husk. HEX triplet: A2, 94 and 4E. RGB value is (162,148,78). Sum of RGB (Red+Green+Blue) = 162+148+78=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2944E is #5D6BB1. Grayscale: #909090. Windows color (decimal): -6122418 or 5149858. OLE color: 5149858.
HSL color Cylindrical-coordinate representation of color #A2944E: hue angle of 50º 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 #A2944E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 78 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.36 |
| HSL | 50º | 0.35% | 0.47% | - |
| HSV(B) | 50º | 0.52% | 0.64% | - |
| XYZ | 26.87 | 29.41 | 11.47 | - |
| YUV | 144.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 78 | 0 | 0.09 | 0.52 | 0.36 | 50 | 0.35 | 0.47 |
| Hex | A2 | 94 | 4E | 0 | 9 | 34 | 24 | 32 | 23 | 2F |
| Octal | 242 | 224 | 116 | 0 | 11 | 64 | 44 | 62 | 43 | 57 |
| Binary | 10100010 | 10010100 | 1001110 | 0 | 1001 | 110100 | 100100 | 110010 | 100011 | 101111 |
Color Harmonies of #A2944E
Complementary color
Monochromatic Colors of #A2944E
Black with #A2944E
Text Example
Text Example
White with #A2944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2944E; }
p { color: rgb(162,148,78); }
H1.HeaderClassName
{
color: #A2944E;
}
.AnyTagClassName
{
color: #A2944E;
}
</style>
background-color css
<style>
a { background-color: #A2944E; }
a { background-color: rgb(162,148,78); }
div.DivClassName
{
background-color: #A2944E;
}
.BgClassName
{
background-color: #A2944E;
}
</style>
border-color css
<style>
span { border-color: #A2944E; }
span { border-color: rgb(162,148,78); }
td.TdClassName
{
border-color: #A2944E;
}
.TagClassName
{
border-color: #A2944E;
}
</style>