Shades of Husk #AB9A54
Tints of Husk #AB9A54
RGB
CMYK
RGB Variations
Color information
#AB9A54 (or 0xAB9A54) is known color: Husk. HEX triplet: AB, 9A and 54. RGB value is (171,154,84). Sum of RGB (Red+Green+Blue) = 171+154+84=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A54 is #5465AB. Grayscale: #979797. Windows color (decimal): -5531052 or 5544619. OLE color: 5544619.
HSL color Cylindrical-coordinate representation of color #AB9A54: hue angle of 48.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB9A54 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 84 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.33 |
| HSL | 48.28º | 0.34% | 0.5% | - |
| HSV(B) | 48.28º | 0.51% | 0.67% | - |
| XYZ | 29.95 | 32.41 | 13.06 | - |
| YUV | 151.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 84 | 0 | 0.10 | 0.51 | 0.33 | 48.28 | 0.34 | 0.5 |
| Hex | AB | 9A | 54 | 0 | A | 33 | 21 | 30 | 22 | 32 |
| Octal | 253 | 232 | 124 | 0 | 12 | 63 | 41 | 60 | 42 | 62 |
| Binary | 10101011 | 10011010 | 1010100 | 0 | 1010 | 110011 | 100001 | 110000 | 100010 | 110010 |
Color Harmonies of #AB9A54
Complementary color
Monochromatic Colors of #AB9A54
Black with #AB9A54
Text Example
Text Example
White with #AB9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A54; }
p { color: rgb(171,154,84); }
H1.HeaderClassName
{
color: #AB9A54;
}
.AnyTagClassName
{
color: #AB9A54;
}
</style>
background-color css
<style>
a { background-color: #AB9A54; }
a { background-color: rgb(171,154,84); }
div.DivClassName
{
background-color: #AB9A54;
}
.BgClassName
{
background-color: #AB9A54;
}
</style>
border-color css
<style>
span { border-color: #AB9A54; }
span { border-color: rgb(171,154,84); }
td.TdClassName
{
border-color: #AB9A54;
}
.TagClassName
{
border-color: #AB9A54;
}
</style>