Shades of Husk #A2954E
Tints of Husk #A2954E
RGB
CMYK
RGB Variations
Color information
#A2954E (or 0xA2954E) is known color: Husk. HEX triplet: A2, 95 and 4E. RGB value is (162,149,78). Sum of RGB (Red+Green+Blue) = 162+149+78=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2954E is #5D6AB1. Grayscale: #919191. Windows color (decimal): -6122162 or 5150114. OLE color: 5150114.
HSL color Cylindrical-coordinate representation of color #A2954E: hue angle of 50.71º 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 #A2954E is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 78 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.36 |
| HSL | 50.71º | 0.35% | 0.47% | - |
| HSV(B) | 50.71º | 0.52% | 0.64% | - |
| XYZ | 27.02 | 29.73 | 11.52 | - |
| YUV | 144.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 78 | 0 | 0.08 | 0.52 | 0.36 | 50.71 | 0.35 | 0.47 |
| Hex | A2 | 95 | 4E | 0 | 8 | 34 | 24 | 33 | 23 | 2F |
| Octal | 242 | 225 | 116 | 0 | 10 | 64 | 44 | 63 | 43 | 57 |
| Binary | 10100010 | 10010101 | 1001110 | 0 | 1000 | 110100 | 100100 | 110011 | 100011 | 101111 |
Color Harmonies of #A2954E
Complementary color
Monochromatic Colors of #A2954E
Black with #A2954E
Text Example
Text Example
White with #A2954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2954E; }
p { color: rgb(162,149,78); }
H1.HeaderClassName
{
color: #A2954E;
}
.AnyTagClassName
{
color: #A2954E;
}
</style>
background-color css
<style>
a { background-color: #A2954E; }
a { background-color: rgb(162,149,78); }
div.DivClassName
{
background-color: #A2954E;
}
.BgClassName
{
background-color: #A2954E;
}
</style>
border-color css
<style>
span { border-color: #A2954E; }
span { border-color: rgb(162,149,78); }
td.TdClassName
{
border-color: #A2954E;
}
.TagClassName
{
border-color: #A2954E;
}
</style>