Shades of Husk #AB9955
Tints of Husk #AB9955
RGB
CMYK
RGB Variations
Color information
#AB9955 (or 0xAB9955) is known color: Husk. HEX triplet: AB, 99 and 55. RGB value is (171,153,85). Sum of RGB (Red+Green+Blue) = 171+153+85=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9955 is #5466AA. Grayscale: #969696. Windows color (decimal): -5531307 or 5609899. OLE color: 5609899.
HSL color Cylindrical-coordinate representation of color #AB9955: hue angle of 47.44º 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 #AB9955 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 85 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.33 |
| HSL | 47.44º | 0.34% | 0.5% | - |
| HSV(B) | 47.44º | 0.5% | 0.67% | - |
| XYZ | 29.83 | 32.1 | 13.22 | - |
| YUV | 150.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 85 | 0 | 0.11 | 0.50 | 0.33 | 47.44 | 0.34 | 0.5 |
| Hex | AB | 99 | 55 | 0 | B | 32 | 21 | 2F | 22 | 32 |
| Octal | 253 | 231 | 125 | 0 | 13 | 62 | 41 | 57 | 42 | 62 |
| Binary | 10101011 | 10011001 | 1010101 | 0 | 1011 | 110010 | 100001 | 101111 | 100010 | 110010 |
Color Harmonies of #AB9955
Complementary color
Monochromatic Colors of #AB9955
Black with #AB9955
Text Example
Text Example
White with #AB9955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9955; }
p { color: rgb(171,153,85); }
H1.HeaderClassName
{
color: #AB9955;
}
.AnyTagClassName
{
color: #AB9955;
}
</style>
background-color css
<style>
a { background-color: #AB9955; }
a { background-color: rgb(171,153,85); }
div.DivClassName
{
background-color: #AB9955;
}
.BgClassName
{
background-color: #AB9955;
}
</style>
border-color css
<style>
span { border-color: #AB9955; }
span { border-color: rgb(171,153,85); }
td.TdClassName
{
border-color: #AB9955;
}
.TagClassName
{
border-color: #AB9955;
}
</style>