Shades of Husk #AB9B5D
Tints of Husk #AB9B5D
RGB
CMYK
RGB Variations
Color information
#AB9B5D (or 0xAB9B5D) is known color: Husk. HEX triplet: AB, 9B and 5D. RGB value is (171,155,93). Sum of RGB (Red+Green+Blue) = 171+155+93=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B5D is #5464A2. Grayscale: #989898. Windows color (decimal): -5530787 or 6134699. OLE color: 6134699.
HSL color Cylindrical-coordinate representation of color #AB9B5D: hue angle of 47.69º 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 #AB9B5D is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 93 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.33 |
| HSL | 47.69º | 0.32% | 0.52% | - |
| HSV(B) | 47.69º | 0.46% | 0.67% | - |
| XYZ | 30.49 | 32.89 | 15.1 | - |
| YUV | 152.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 93 | 0 | 0.09 | 0.46 | 0.33 | 47.69 | 0.32 | 0.52 |
| Hex | AB | 9B | 5D | 0 | 9 | 2E | 21 | 30 | 20 | 34 |
| Octal | 253 | 233 | 135 | 0 | 11 | 56 | 41 | 60 | 40 | 64 |
| Binary | 10101011 | 10011011 | 1011101 | 0 | 1001 | 101110 | 100001 | 110000 | 100000 | 110100 |
Color Harmonies of #AB9B5D
Complementary color
Monochromatic Colors of #AB9B5D
Black with #AB9B5D
Text Example
Text Example
White with #AB9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B5D; }
p { color: rgb(171,155,93); }
H1.HeaderClassName
{
color: #AB9B5D;
}
.AnyTagClassName
{
color: #AB9B5D;
}
</style>
background-color css
<style>
a { background-color: #AB9B5D; }
a { background-color: rgb(171,155,93); }
div.DivClassName
{
background-color: #AB9B5D;
}
.BgClassName
{
background-color: #AB9B5D;
}
</style>
border-color css
<style>
span { border-color: #AB9B5D; }
span { border-color: rgb(171,155,93); }
td.TdClassName
{
border-color: #AB9B5D;
}
.TagClassName
{
border-color: #AB9B5D;
}
</style>