Shades of Husk #ABA059
Tints of Husk #ABA059
RGB
CMYK
RGB Variations
Color information
#ABA059 (or 0xABA059) is known color: Husk. HEX triplet: AB, A0 and 59. RGB value is (171,160,89). Sum of RGB (Red+Green+Blue) = 171+160+89=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA059 is #545FA6. Grayscale: #9B9B9B. Windows color (decimal): -5529511 or 5873835. OLE color: 5873835.
HSL color Cylindrical-coordinate representation of color #ABA059: hue angle of 51.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABA059 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 89 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.33 |
| HSL | 51.95º | 0.33% | 0.51% | - |
| HSV(B) | 51.95º | 0.48% | 0.67% | - |
| XYZ | 31.17 | 34.52 | 14.47 | - |
| YUV | 155.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 89 | 0 | 0.06 | 0.48 | 0.33 | 51.95 | 0.33 | 0.51 |
| Hex | AB | A0 | 59 | 0 | 6 | 30 | 21 | 34 | 21 | 33 |
| Octal | 253 | 240 | 131 | 0 | 6 | 60 | 41 | 64 | 41 | 63 |
| Binary | 10101011 | 10100000 | 1011001 | 0 | 110 | 110000 | 100001 | 110100 | 100001 | 110011 |
Color Harmonies of #ABA059
Complementary color
Monochromatic Colors of #ABA059
Black with #ABA059
Text Example
Text Example
White with #ABA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA059; }
p { color: rgb(171,160,89); }
H1.HeaderClassName
{
color: #ABA059;
}
.AnyTagClassName
{
color: #ABA059;
}
</style>
background-color css
<style>
a { background-color: #ABA059; }
a { background-color: rgb(171,160,89); }
div.DivClassName
{
background-color: #ABA059;
}
.BgClassName
{
background-color: #ABA059;
}
</style>
border-color css
<style>
span { border-color: #ABA059; }
span { border-color: rgb(171,160,89); }
td.TdClassName
{
border-color: #ABA059;
}
.TagClassName
{
border-color: #ABA059;
}
</style>