Shades of Husk #AB9851
Tints of Husk #AB9851
RGB
CMYK
RGB Variations
Color information
#AB9851 (or 0xAB9851) is known color: Husk. HEX triplet: AB, 98 and 51. RGB value is (171,152,81). Sum of RGB (Red+Green+Blue) = 171+152+81=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9851 is #5467AE. Grayscale: #959595. Windows color (decimal): -5531567 or 5347499. OLE color: 5347499.
HSL color Cylindrical-coordinate representation of color #AB9851: hue angle of 47.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB9851 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 81 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.33 |
| HSL | 47.33º | 0.36% | 0.49% | - |
| HSV(B) | 47.33º | 0.53% | 0.67% | - |
| XYZ | 29.51 | 31.71 | 12.35 | - |
| YUV | 149.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 81 | 0 | 0.11 | 0.53 | 0.33 | 47.33 | 0.36 | 0.49 |
| Hex | AB | 98 | 51 | 0 | B | 35 | 21 | 2F | 24 | 31 |
| Octal | 253 | 230 | 121 | 0 | 13 | 65 | 41 | 57 | 44 | 61 |
| Binary | 10101011 | 10011000 | 1010001 | 0 | 1011 | 110101 | 100001 | 101111 | 100100 | 110001 |
Color Harmonies of #AB9851
Complementary color
Monochromatic Colors of #AB9851
Black with #AB9851
Text Example
Text Example
White with #AB9851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9851; }
p { color: rgb(171,152,81); }
H1.HeaderClassName
{
color: #AB9851;
}
.AnyTagClassName
{
color: #AB9851;
}
</style>
background-color css
<style>
a { background-color: #AB9851; }
a { background-color: rgb(171,152,81); }
div.DivClassName
{
background-color: #AB9851;
}
.BgClassName
{
background-color: #AB9851;
}
</style>
border-color css
<style>
span { border-color: #AB9851; }
span { border-color: rgb(171,152,81); }
td.TdClassName
{
border-color: #AB9851;
}
.TagClassName
{
border-color: #AB9851;
}
</style>