Shades of Husk #ABA155
Tints of Husk #ABA155
RGB
CMYK
RGB Variations
Color information
#ABA155 (or 0xABA155) is known color: Husk. HEX triplet: AB, A1 and 55. RGB value is (171,161,85). Sum of RGB (Red+Green+Blue) = 171+161+85=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA155 is #545EAA. Grayscale: #9B9B9B. Windows color (decimal): -5529259 or 5611947. OLE color: 5611947.
HSL color Cylindrical-coordinate representation of color #ABA155: hue angle of 53.02º 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 #ABA155 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 85 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.33 |
| HSL | 53.02º | 0.34% | 0.5% | - |
| HSV(B) | 53.02º | 0.5% | 0.67% | - |
| XYZ | 31.18 | 34.8 | 13.67 | - |
| YUV | 155.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 85 | 0 | 0.06 | 0.50 | 0.33 | 53.02 | 0.34 | 0.5 |
| Hex | AB | A1 | 55 | 0 | 6 | 32 | 21 | 35 | 22 | 32 |
| Octal | 253 | 241 | 125 | 0 | 6 | 62 | 41 | 65 | 42 | 62 |
| Binary | 10101011 | 10100001 | 1010101 | 0 | 110 | 110010 | 100001 | 110101 | 100010 | 110010 |
Color Harmonies of #ABA155
Complementary color
Monochromatic Colors of #ABA155
Black with #ABA155
Text Example
Text Example
White with #ABA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA155; }
p { color: rgb(171,161,85); }
H1.HeaderClassName
{
color: #ABA155;
}
.AnyTagClassName
{
color: #ABA155;
}
</style>
background-color css
<style>
a { background-color: #ABA155; }
a { background-color: rgb(171,161,85); }
div.DivClassName
{
background-color: #ABA155;
}
.BgClassName
{
background-color: #ABA155;
}
</style>
border-color css
<style>
span { border-color: #ABA155; }
span { border-color: rgb(171,161,85); }
td.TdClassName
{
border-color: #ABA155;
}
.TagClassName
{
border-color: #ABA155;
}
</style>