Shades of Husk #AB9959
Tints of Husk #AB9959
RGB
CMYK
RGB Variations
Color information
#AB9959 (or 0xAB9959) is known color: Husk. HEX triplet: AB, 99 and 59. RGB value is (171,153,89). Sum of RGB (Red+Green+Blue) = 171+153+89=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9959 is #5466A6. Grayscale: #979797. Windows color (decimal): -5531303 or 5872043. OLE color: 5872043.
HSL color Cylindrical-coordinate representation of color #AB9959: hue angle of 46.83º 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 #AB9959 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 89 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.33 |
| HSL | 46.83º | 0.33% | 0.51% | - |
| HSV(B) | 46.83º | 0.48% | 0.67% | - |
| XYZ | 29.99 | 32.16 | 14.08 | - |
| YUV | 151.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 89 | 0 | 0.11 | 0.48 | 0.33 | 46.83 | 0.33 | 0.51 |
| Hex | AB | 99 | 59 | 0 | B | 30 | 21 | 2F | 21 | 33 |
| Octal | 253 | 231 | 131 | 0 | 13 | 60 | 41 | 57 | 41 | 63 |
| Binary | 10101011 | 10011001 | 1011001 | 0 | 1011 | 110000 | 100001 | 101111 | 100001 | 110011 |
Color Harmonies of #AB9959
Complementary color
Monochromatic Colors of #AB9959
Black with #AB9959
Text Example
Text Example
White with #AB9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9959; }
p { color: rgb(171,153,89); }
H1.HeaderClassName
{
color: #AB9959;
}
.AnyTagClassName
{
color: #AB9959;
}
</style>
background-color css
<style>
a { background-color: #AB9959; }
a { background-color: rgb(171,153,89); }
div.DivClassName
{
background-color: #AB9959;
}
.BgClassName
{
background-color: #AB9959;
}
</style>
border-color css
<style>
span { border-color: #AB9959; }
span { border-color: rgb(171,153,89); }
td.TdClassName
{
border-color: #AB9959;
}
.TagClassName
{
border-color: #AB9959;
}
</style>