Shades of Husk #AB9B55
Tints of Husk #AB9B55
RGB
CMYK
RGB Variations
Color information
#AB9B55 (or 0xAB9B55) is known color: Husk. HEX triplet: AB, 9B and 55. RGB value is (171,155,85). Sum of RGB (Red+Green+Blue) = 171+155+85=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B55 is #5464AA. Grayscale: #989898. Windows color (decimal): -5530795 or 5610411. OLE color: 5610411.
HSL color Cylindrical-coordinate representation of color #AB9B55: hue angle of 48.84º 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 #AB9B55 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 85 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.33 |
| HSL | 48.84º | 0.34% | 0.5% | - |
| HSV(B) | 48.84º | 0.5% | 0.67% | - |
| XYZ | 30.16 | 32.76 | 13.33 | - |
| YUV | 151.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 85 | 0 | 0.09 | 0.50 | 0.33 | 48.84 | 0.34 | 0.5 |
| Hex | AB | 9B | 55 | 0 | 9 | 32 | 21 | 31 | 22 | 32 |
| Octal | 253 | 233 | 125 | 0 | 11 | 62 | 41 | 61 | 42 | 62 |
| Binary | 10101011 | 10011011 | 1010101 | 0 | 1001 | 110010 | 100001 | 110001 | 100010 | 110010 |
Color Harmonies of #AB9B55
Complementary color
Monochromatic Colors of #AB9B55
Black with #AB9B55
Text Example
Text Example
White with #AB9B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B55; }
p { color: rgb(171,155,85); }
H1.HeaderClassName
{
color: #AB9B55;
}
.AnyTagClassName
{
color: #AB9B55;
}
</style>
background-color css
<style>
a { background-color: #AB9B55; }
a { background-color: rgb(171,155,85); }
div.DivClassName
{
background-color: #AB9B55;
}
.BgClassName
{
background-color: #AB9B55;
}
</style>
border-color css
<style>
span { border-color: #AB9B55; }
span { border-color: rgb(171,155,85); }
td.TdClassName
{
border-color: #AB9B55;
}
.TagClassName
{
border-color: #AB9B55;
}
</style>