Shades of Husk #AB9C5C
Tints of Husk #AB9C5C
RGB
CMYK
RGB Variations
Color information
#AB9C5C (or 0xAB9C5C) is known color: Husk. HEX triplet: AB, 9C and 5C. RGB value is (171,156,92). Sum of RGB (Red+Green+Blue) = 171+156+92=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C5C is #5463A3. Grayscale: #999999. Windows color (decimal): -5530532 or 6069419. OLE color: 6069419.
HSL color Cylindrical-coordinate representation of color #AB9C5C: hue angle of 48.61º 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 #AB9C5C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 92 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.33 |
| HSL | 48.61º | 0.32% | 0.52% | - |
| HSV(B) | 48.61º | 0.46% | 0.67% | - |
| XYZ | 30.61 | 33.21 | 14.92 | - |
| YUV | 153.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 92 | 0 | 0.09 | 0.46 | 0.33 | 48.61 | 0.32 | 0.52 |
| Hex | AB | 9C | 5C | 0 | 9 | 2E | 21 | 31 | 20 | 34 |
| Octal | 253 | 234 | 134 | 0 | 11 | 56 | 41 | 61 | 40 | 64 |
| Binary | 10101011 | 10011100 | 1011100 | 0 | 1001 | 101110 | 100001 | 110001 | 100000 | 110100 |
Color Harmonies of #AB9C5C
Complementary color
Monochromatic Colors of #AB9C5C
Black with #AB9C5C
Text Example
Text Example
White with #AB9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C5C; }
p { color: rgb(171,156,92); }
H1.HeaderClassName
{
color: #AB9C5C;
}
.AnyTagClassName
{
color: #AB9C5C;
}
</style>
background-color css
<style>
a { background-color: #AB9C5C; }
a { background-color: rgb(171,156,92); }
div.DivClassName
{
background-color: #AB9C5C;
}
.BgClassName
{
background-color: #AB9C5C;
}
</style>
border-color css
<style>
span { border-color: #AB9C5C; }
span { border-color: rgb(171,156,92); }
td.TdClassName
{
border-color: #AB9C5C;
}
.TagClassName
{
border-color: #AB9C5C;
}
</style>