Shades of Husk #AB9C4C
Tints of Husk #AB9C4C
RGB
CMYK
RGB Variations
Color information
#AB9C4C (or 0xAB9C4C) is known color: Husk. HEX triplet: AB, 9C and 4C. RGB value is (171,156,76). Sum of RGB (Red+Green+Blue) = 171+156+76=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C4C is #5463B3. Grayscale: #979797. Windows color (decimal): -5530548 or 5020843. OLE color: 5020843.
HSL color Cylindrical-coordinate representation of color #AB9C4C: hue angle of 50.53º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB9C4C is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 76 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.33 |
| HSL | 50.53º | 0.38% | 0.48% | - |
| HSV(B) | 50.53º | 0.56% | 0.67% | - |
| XYZ | 29.99 | 32.96 | 11.62 | - |
| YUV | 151.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 76 | 0 | 0.09 | 0.56 | 0.33 | 50.53 | 0.38 | 0.48 |
| Hex | AB | 9C | 4C | 0 | 9 | 38 | 21 | 33 | 26 | 30 |
| Octal | 253 | 234 | 114 | 0 | 11 | 70 | 41 | 63 | 46 | 60 |
| Binary | 10101011 | 10011100 | 1001100 | 0 | 1001 | 111000 | 100001 | 110011 | 100110 | 110000 |
Color Harmonies of #AB9C4C
Complementary color
Monochromatic Colors of #AB9C4C
Black with #AB9C4C
Text Example
Text Example
White with #AB9C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C4C; }
p { color: rgb(171,156,76); }
H1.HeaderClassName
{
color: #AB9C4C;
}
.AnyTagClassName
{
color: #AB9C4C;
}
</style>
background-color css
<style>
a { background-color: #AB9C4C; }
a { background-color: rgb(171,156,76); }
div.DivClassName
{
background-color: #AB9C4C;
}
.BgClassName
{
background-color: #AB9C4C;
}
</style>
border-color css
<style>
span { border-color: #AB9C4C; }
span { border-color: rgb(171,156,76); }
td.TdClassName
{
border-color: #AB9C4C;
}
.TagClassName
{
border-color: #AB9C4C;
}
</style>