Shades of Husk #AB9B5C
Tints of Husk #AB9B5C
RGB
CMYK
RGB Variations
Color information
#AB9B5C (or 0xAB9B5C) is known color: Husk. HEX triplet: AB, 9B and 5C. RGB value is (171,155,92). Sum of RGB (Red+Green+Blue) = 171+155+92=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B5C is #5464A3. Grayscale: #989898. Windows color (decimal): -5530788 or 6069163. OLE color: 6069163.
HSL color Cylindrical-coordinate representation of color #AB9B5C: hue angle of 47.85º 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 #AB9B5C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 92 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.33 |
| HSL | 47.85º | 0.32% | 0.52% | - |
| HSV(B) | 47.85º | 0.46% | 0.67% | - |
| XYZ | 30.45 | 32.87 | 14.87 | - |
| YUV | 152.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 92 | 0 | 0.09 | 0.46 | 0.33 | 47.85 | 0.32 | 0.52 |
| Hex | AB | 9B | 5C | 0 | 9 | 2E | 21 | 30 | 20 | 34 |
| Octal | 253 | 233 | 134 | 0 | 11 | 56 | 41 | 60 | 40 | 64 |
| Binary | 10101011 | 10011011 | 1011100 | 0 | 1001 | 101110 | 100001 | 110000 | 100000 | 110100 |
Color Harmonies of #AB9B5C
Complementary color
Monochromatic Colors of #AB9B5C
Black with #AB9B5C
Text Example
Text Example
White with #AB9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B5C; }
p { color: rgb(171,155,92); }
H1.HeaderClassName
{
color: #AB9B5C;
}
.AnyTagClassName
{
color: #AB9B5C;
}
</style>
background-color css
<style>
a { background-color: #AB9B5C; }
a { background-color: rgb(171,155,92); }
div.DivClassName
{
background-color: #AB9B5C;
}
.BgClassName
{
background-color: #AB9B5C;
}
</style>
border-color css
<style>
span { border-color: #AB9B5C; }
span { border-color: rgb(171,155,92); }
td.TdClassName
{
border-color: #AB9B5C;
}
.TagClassName
{
border-color: #AB9B5C;
}
</style>