Shades of Husk #AB9E55
Tints of Husk #AB9E55
RGB
CMYK
RGB Variations
Color information
#AB9E55 (or 0xAB9E55) is known color: Husk. HEX triplet: AB, 9E and 55. RGB value is (171,158,85). Sum of RGB (Red+Green+Blue) = 171+158+85=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E55 is #5461AA. Grayscale: #999999. Windows color (decimal): -5530027 or 5611179. OLE color: 5611179.
HSL color Cylindrical-coordinate representation of color #AB9E55: hue angle of 50.93º 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 #AB9E55 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 85 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.33 |
| HSL | 50.93º | 0.34% | 0.5% | - |
| HSV(B) | 50.93º | 0.5% | 0.67% | - |
| XYZ | 30.66 | 33.77 | 13.5 | - |
| YUV | 153.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 85 | 0 | 0.08 | 0.50 | 0.33 | 50.93 | 0.34 | 0.5 |
| Hex | AB | 9E | 55 | 0 | 8 | 32 | 21 | 33 | 22 | 32 |
| Octal | 253 | 236 | 125 | 0 | 10 | 62 | 41 | 63 | 42 | 62 |
| Binary | 10101011 | 10011110 | 1010101 | 0 | 1000 | 110010 | 100001 | 110011 | 100010 | 110010 |
Color Harmonies of #AB9E55
Complementary color
Monochromatic Colors of #AB9E55
Black with #AB9E55
Text Example
Text Example
White with #AB9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E55; }
p { color: rgb(171,158,85); }
H1.HeaderClassName
{
color: #AB9E55;
}
.AnyTagClassName
{
color: #AB9E55;
}
</style>
background-color css
<style>
a { background-color: #AB9E55; }
a { background-color: rgb(171,158,85); }
div.DivClassName
{
background-color: #AB9E55;
}
.BgClassName
{
background-color: #AB9E55;
}
</style>
border-color css
<style>
span { border-color: #AB9E55; }
span { border-color: rgb(171,158,85); }
td.TdClassName
{
border-color: #AB9E55;
}
.TagClassName
{
border-color: #AB9E55;
}
</style>