Shades of Husk #A2965A
Tints of Husk #A2965A
RGB
CMYK
RGB Variations
Color information
#A2965A (or 0xA2965A) is known color: Husk. HEX triplet: A2, 96 and 5A. RGB value is (162,150,90). Sum of RGB (Red+Green+Blue) = 162+150+90=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2965A is #5D69A5. Grayscale: #939393. Windows color (decimal): -6121894 or 5936802. OLE color: 5936802.
HSL color Cylindrical-coordinate representation of color #A2965A: hue angle of 50º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2965A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 90 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.36 |
| HSL | 50º | 0.29% | 0.49% | - |
| HSV(B) | 50º | 0.44% | 0.64% | - |
| XYZ | 27.65 | 30.23 | 14.05 | - |
| YUV | 146.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 90 | 0 | 0.07 | 0.44 | 0.36 | 50 | 0.29 | 0.49 |
| Hex | A2 | 96 | 5A | 0 | 7 | 2C | 24 | 32 | 1D | 31 |
| Octal | 242 | 226 | 132 | 0 | 7 | 54 | 44 | 62 | 35 | 61 |
| Binary | 10100010 | 10010110 | 1011010 | 0 | 111 | 101100 | 100100 | 110010 | 11101 | 110001 |
Color Harmonies of #A2965A
Complementary color
Monochromatic Colors of #A2965A
Black with #A2965A
Text Example
Text Example
White with #A2965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2965A; }
p { color: rgb(162,150,90); }
H1.HeaderClassName
{
color: #A2965A;
}
.AnyTagClassName
{
color: #A2965A;
}
</style>
background-color css
<style>
a { background-color: #A2965A; }
a { background-color: rgb(162,150,90); }
div.DivClassName
{
background-color: #A2965A;
}
.BgClassName
{
background-color: #A2965A;
}
</style>
border-color css
<style>
span { border-color: #A2965A; }
span { border-color: rgb(162,150,90); }
td.TdClassName
{
border-color: #A2965A;
}
.TagClassName
{
border-color: #A2965A;
}
</style>