Shades of Husk #ABA355
Tints of Husk #ABA355
RGB
CMYK
RGB Variations
Color information
#ABA355 (or 0xABA355) is known color: Husk. HEX triplet: AB, A3 and 55. RGB value is (171,163,85). Sum of RGB (Red+Green+Blue) = 171+163+85=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA355 is #545CAA. Grayscale: #9C9C9C. Windows color (decimal): -5528747 or 5612459. OLE color: 5612459.
HSL color Cylindrical-coordinate representation of color #ABA355: hue angle of 54.42º 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 #ABA355 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 85 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.33 |
| HSL | 54.42º | 0.34% | 0.5% | - |
| HSV(B) | 54.42º | 0.5% | 0.67% | - |
| XYZ | 31.53 | 35.51 | 13.79 | - |
| YUV | 156.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 85 | 0 | 0.05 | 0.50 | 0.33 | 54.42 | 0.34 | 0.5 |
| Hex | AB | A3 | 55 | 0 | 5 | 32 | 21 | 36 | 22 | 32 |
| Octal | 253 | 243 | 125 | 0 | 5 | 62 | 41 | 66 | 42 | 62 |
| Binary | 10101011 | 10100011 | 1010101 | 0 | 101 | 110010 | 100001 | 110110 | 100010 | 110010 |
Color Harmonies of #ABA355
Complementary color
Monochromatic Colors of #ABA355
Black with #ABA355
Text Example
Text Example
White with #ABA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA355; }
p { color: rgb(171,163,85); }
H1.HeaderClassName
{
color: #ABA355;
}
.AnyTagClassName
{
color: #ABA355;
}
</style>
background-color css
<style>
a { background-color: #ABA355; }
a { background-color: rgb(171,163,85); }
div.DivClassName
{
background-color: #ABA355;
}
.BgClassName
{
background-color: #ABA355;
}
</style>
border-color css
<style>
span { border-color: #ABA355; }
span { border-color: rgb(171,163,85); }
td.TdClassName
{
border-color: #ABA355;
}
.TagClassName
{
border-color: #ABA355;
}
</style>