Shades of Husk #AB9C5D
Tints of Husk #AB9C5D
RGB
CMYK
RGB Variations
Color information
#AB9C5D (or 0xAB9C5D) is known color: Husk. HEX triplet: AB, 9C and 5D. RGB value is (171,156,93). Sum of RGB (Red+Green+Blue) = 171+156+93=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C5D is #5463A2. Grayscale: #999999. Windows color (decimal): -5530531 or 6134955. OLE color: 6134955.
HSL color Cylindrical-coordinate representation of color #AB9C5D: hue angle of 48.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB9C5D is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 93 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.33 |
| HSL | 48.46º | 0.32% | 0.52% | - |
| HSV(B) | 48.46º | 0.46% | 0.67% | - |
| XYZ | 30.66 | 33.23 | 15.15 | - |
| YUV | 153.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 93 | 0 | 0.09 | 0.46 | 0.33 | 48.46 | 0.32 | 0.52 |
| Hex | AB | 9C | 5D | 0 | 9 | 2E | 21 | 30 | 20 | 34 |
| Octal | 253 | 234 | 135 | 0 | 11 | 56 | 41 | 60 | 40 | 64 |
| Binary | 10101011 | 10011100 | 1011101 | 0 | 1001 | 101110 | 100001 | 110000 | 100000 | 110100 |
Color Harmonies of #AB9C5D
Complementary color
Monochromatic Colors of #AB9C5D
Black with #AB9C5D
Text Example
Text Example
White with #AB9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C5D; }
p { color: rgb(171,156,93); }
H1.HeaderClassName
{
color: #AB9C5D;
}
.AnyTagClassName
{
color: #AB9C5D;
}
</style>
background-color css
<style>
a { background-color: #AB9C5D; }
a { background-color: rgb(171,156,93); }
div.DivClassName
{
background-color: #AB9C5D;
}
.BgClassName
{
background-color: #AB9C5D;
}
</style>
border-color css
<style>
span { border-color: #AB9C5D; }
span { border-color: rgb(171,156,93); }
td.TdClassName
{
border-color: #AB9C5D;
}
.TagClassName
{
border-color: #AB9C5D;
}
</style>