Shades of Husk #AB9859
Tints of Husk #AB9859
RGB
CMYK
RGB Variations
Color information
#AB9859 (or 0xAB9859) is known color: Husk. HEX triplet: AB, 98 and 59. RGB value is (171,152,89). Sum of RGB (Red+Green+Blue) = 171+152+89=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9859 is #5467A6. Grayscale: #969696. Windows color (decimal): -5531559 or 5871787. OLE color: 5871787.
HSL color Cylindrical-coordinate representation of color #AB9859: hue angle of 46.1º 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 #AB9859 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 89 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.33 |
| HSL | 46.1º | 0.33% | 0.51% | - |
| HSV(B) | 46.1º | 0.48% | 0.67% | - |
| XYZ | 29.83 | 31.84 | 14.02 | - |
| YUV | 150.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 89 | 0 | 0.11 | 0.48 | 0.33 | 46.1 | 0.33 | 0.51 |
| Hex | AB | 98 | 59 | 0 | B | 30 | 21 | 2E | 21 | 33 |
| Octal | 253 | 230 | 131 | 0 | 13 | 60 | 41 | 56 | 41 | 63 |
| Binary | 10101011 | 10011000 | 1011001 | 0 | 1011 | 110000 | 100001 | 101110 | 100001 | 110011 |
Color Harmonies of #AB9859
Complementary color
Monochromatic Colors of #AB9859
Black with #AB9859
Text Example
Text Example
White with #AB9859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9859; }
p { color: rgb(171,152,89); }
H1.HeaderClassName
{
color: #AB9859;
}
.AnyTagClassName
{
color: #AB9859;
}
</style>
background-color css
<style>
a { background-color: #AB9859; }
a { background-color: rgb(171,152,89); }
div.DivClassName
{
background-color: #AB9859;
}
.BgClassName
{
background-color: #AB9859;
}
</style>
border-color css
<style>
span { border-color: #AB9859; }
span { border-color: rgb(171,152,89); }
td.TdClassName
{
border-color: #AB9859;
}
.TagClassName
{
border-color: #AB9859;
}
</style>