Shades of Husk #A2995B
Tints of Husk #A2995B
RGB
CMYK
RGB Variations
Color information
#A2995B (or 0xA2995B) is known color: Husk. HEX triplet: A2, 99 and 5B. RGB value is (162,153,91). Sum of RGB (Red+Green+Blue) = 162+153+91=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2995B is #5D66A4. Grayscale: #949494. Windows color (decimal): -6121125 or 6003106. OLE color: 6003106.
HSL color Cylindrical-coordinate representation of color #A2995B: hue angle of 52.39º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2995B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 91 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.36 |
| HSL | 52.39º | 0.28% | 0.5% | - |
| HSV(B) | 52.39º | 0.44% | 0.64% | - |
| XYZ | 28.18 | 31.22 | 14.44 | - |
| YUV | 148.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 91 | 0 | 0.06 | 0.44 | 0.36 | 52.39 | 0.28 | 0.5 |
| Hex | A2 | 99 | 5B | 0 | 6 | 2C | 24 | 34 | 1C | 32 |
| Octal | 242 | 231 | 133 | 0 | 6 | 54 | 44 | 64 | 34 | 62 |
| Binary | 10100010 | 10011001 | 1011011 | 0 | 110 | 101100 | 100100 | 110100 | 11100 | 110010 |
Color Harmonies of #A2995B
Complementary color
Monochromatic Colors of #A2995B
Black with #A2995B
Text Example
Text Example
White with #A2995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2995B; }
p { color: rgb(162,153,91); }
H1.HeaderClassName
{
color: #A2995B;
}
.AnyTagClassName
{
color: #A2995B;
}
</style>
background-color css
<style>
a { background-color: #A2995B; }
a { background-color: rgb(162,153,91); }
div.DivClassName
{
background-color: #A2995B;
}
.BgClassName
{
background-color: #A2995B;
}
</style>
border-color css
<style>
span { border-color: #A2995B; }
span { border-color: rgb(162,153,91); }
td.TdClassName
{
border-color: #A2995B;
}
.TagClassName
{
border-color: #A2995B;
}
</style>