Shades of Husk #ABA256
Tints of Husk #ABA256
RGB
CMYK
RGB Variations
Color information
#ABA256 (or 0xABA256) is known color: Husk. HEX triplet: AB, A2 and 56. RGB value is (171,162,86). Sum of RGB (Red+Green+Blue) = 171+162+86=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA256 is #545DA9. Grayscale: #9C9C9C. Windows color (decimal): -5529002 or 5677739. OLE color: 5677739.
HSL color Cylindrical-coordinate representation of color #ABA256: hue angle of 53.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABA256 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 86 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.33 |
| HSL | 53.65º | 0.34% | 0.5% | - |
| HSV(B) | 53.65º | 0.5% | 0.67% | - |
| XYZ | 31.39 | 35.17 | 13.94 | - |
| YUV | 156.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 86 | 0 | 0.05 | 0.50 | 0.33 | 53.65 | 0.34 | 0.5 |
| Hex | AB | A2 | 56 | 0 | 5 | 32 | 21 | 36 | 22 | 32 |
| Octal | 253 | 242 | 126 | 0 | 5 | 62 | 41 | 66 | 42 | 62 |
| Binary | 10101011 | 10100010 | 1010110 | 0 | 101 | 110010 | 100001 | 110110 | 100010 | 110010 |
Color Harmonies of #ABA256
Complementary color
Monochromatic Colors of #ABA256
Black with #ABA256
Text Example
Text Example
White with #ABA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA256; }
p { color: rgb(171,162,86); }
H1.HeaderClassName
{
color: #ABA256;
}
.AnyTagClassName
{
color: #ABA256;
}
</style>
background-color css
<style>
a { background-color: #ABA256; }
a { background-color: rgb(171,162,86); }
div.DivClassName
{
background-color: #ABA256;
}
.BgClassName
{
background-color: #ABA256;
}
</style>
border-color css
<style>
span { border-color: #ABA256; }
span { border-color: rgb(171,162,86); }
td.TdClassName
{
border-color: #ABA256;
}
.TagClassName
{
border-color: #ABA256;
}
</style>