Shades of Husk #AB9C54
Tints of Husk #AB9C54
RGB
CMYK
RGB Variations
Color information
#AB9C54 (or 0xAB9C54) is known color: Husk. HEX triplet: AB, 9C and 54. RGB value is (171,156,84). Sum of RGB (Red+Green+Blue) = 171+156+84=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C54 is #5463AB. Grayscale: #989898. Windows color (decimal): -5530540 or 5545131. OLE color: 5545131.
HSL color Cylindrical-coordinate representation of color #AB9C54: hue angle of 49.66º 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 #AB9C54 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 84 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.33 |
| HSL | 49.66º | 0.34% | 0.5% | - |
| HSV(B) | 49.66º | 0.51% | 0.67% | - |
| XYZ | 30.28 | 33.07 | 13.18 | - |
| YUV | 152.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 84 | 0 | 0.09 | 0.51 | 0.33 | 49.66 | 0.34 | 0.5 |
| Hex | AB | 9C | 54 | 0 | 9 | 33 | 21 | 32 | 22 | 32 |
| Octal | 253 | 234 | 124 | 0 | 11 | 63 | 41 | 62 | 42 | 62 |
| Binary | 10101011 | 10011100 | 1010100 | 0 | 1001 | 110011 | 100001 | 110010 | 100010 | 110010 |
Color Harmonies of #AB9C54
Complementary color
Monochromatic Colors of #AB9C54
Black with #AB9C54
Text Example
Text Example
White with #AB9C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C54; }
p { color: rgb(171,156,84); }
H1.HeaderClassName
{
color: #AB9C54;
}
.AnyTagClassName
{
color: #AB9C54;
}
</style>
background-color css
<style>
a { background-color: #AB9C54; }
a { background-color: rgb(171,156,84); }
div.DivClassName
{
background-color: #AB9C54;
}
.BgClassName
{
background-color: #AB9C54;
}
</style>
border-color css
<style>
span { border-color: #AB9C54; }
span { border-color: rgb(171,156,84); }
td.TdClassName
{
border-color: #AB9C54;
}
.TagClassName
{
border-color: #AB9C54;
}
</style>