Shades of Husk #AB9D54
Tints of Husk #AB9D54
RGB
CMYK
RGB Variations
Color information
#AB9D54 (or 0xAB9D54) is known color: Husk. HEX triplet: AB, 9D and 54. RGB value is (171,157,84). Sum of RGB (Red+Green+Blue) = 171+157+84=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D54 is #5462AB. Grayscale: #999999. Windows color (decimal): -5530284 or 5545387. OLE color: 5545387.
HSL color Cylindrical-coordinate representation of color #AB9D54: hue angle of 50.34º 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 #AB9D54 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 84 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.33 |
| HSL | 50.34º | 0.34% | 0.5% | - |
| HSV(B) | 50.34º | 0.51% | 0.67% | - |
| XYZ | 30.45 | 33.41 | 13.23 | - |
| YUV | 152.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 84 | 0 | 0.08 | 0.51 | 0.33 | 50.34 | 0.34 | 0.5 |
| Hex | AB | 9D | 54 | 0 | 8 | 33 | 21 | 32 | 22 | 32 |
| Octal | 253 | 235 | 124 | 0 | 10 | 63 | 41 | 62 | 42 | 62 |
| Binary | 10101011 | 10011101 | 1010100 | 0 | 1000 | 110011 | 100001 | 110010 | 100010 | 110010 |
Color Harmonies of #AB9D54
Complementary color
Monochromatic Colors of #AB9D54
Black with #AB9D54
Text Example
Text Example
White with #AB9D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D54; }
p { color: rgb(171,157,84); }
H1.HeaderClassName
{
color: #AB9D54;
}
.AnyTagClassName
{
color: #AB9D54;
}
</style>
background-color css
<style>
a { background-color: #AB9D54; }
a { background-color: rgb(171,157,84); }
div.DivClassName
{
background-color: #AB9D54;
}
.BgClassName
{
background-color: #AB9D54;
}
</style>
border-color css
<style>
span { border-color: #AB9D54; }
span { border-color: rgb(171,157,84); }
td.TdClassName
{
border-color: #AB9D54;
}
.TagClassName
{
border-color: #AB9D54;
}
</style>