Shades of Husk #AB9A51
Tints of Husk #AB9A51
RGB
CMYK
RGB Variations
Color information
#AB9A51 (or 0xAB9A51) is known color: Husk. HEX triplet: AB, 9A and 51. RGB value is (171,154,81). Sum of RGB (Red+Green+Blue) = 171+154+81=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A51 is #5465AE. Grayscale: #979797. Windows color (decimal): -5531055 or 5348011. OLE color: 5348011.
HSL color Cylindrical-coordinate representation of color #AB9A51: hue angle of 48.67º 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 #AB9A51 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 81 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.33 |
| HSL | 48.67º | 0.36% | 0.49% | - |
| HSV(B) | 48.67º | 0.53% | 0.67% | - |
| XYZ | 29.84 | 32.36 | 12.46 | - |
| YUV | 150.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 81 | 0 | 0.10 | 0.53 | 0.33 | 48.67 | 0.36 | 0.49 |
| Hex | AB | 9A | 51 | 0 | A | 35 | 21 | 31 | 24 | 31 |
| Octal | 253 | 232 | 121 | 0 | 12 | 65 | 41 | 61 | 44 | 61 |
| Binary | 10101011 | 10011010 | 1010001 | 0 | 1010 | 110101 | 100001 | 110001 | 100100 | 110001 |
Color Harmonies of #AB9A51
Complementary color
Monochromatic Colors of #AB9A51
Black with #AB9A51
Text Example
Text Example
White with #AB9A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A51; }
p { color: rgb(171,154,81); }
H1.HeaderClassName
{
color: #AB9A51;
}
.AnyTagClassName
{
color: #AB9A51;
}
</style>
background-color css
<style>
a { background-color: #AB9A51; }
a { background-color: rgb(171,154,81); }
div.DivClassName
{
background-color: #AB9A51;
}
.BgClassName
{
background-color: #AB9A51;
}
</style>
border-color css
<style>
span { border-color: #AB9A51; }
span { border-color: rgb(171,154,81); }
td.TdClassName
{
border-color: #AB9A51;
}
.TagClassName
{
border-color: #AB9A51;
}
</style>