Shades of Husk #AB9E53
Tints of Husk #AB9E53
RGB
CMYK
RGB Variations
Color information
#AB9E53 (or 0xAB9E53) is known color: Husk. HEX triplet: AB, 9E and 53. RGB value is (171,158,83). Sum of RGB (Red+Green+Blue) = 171+158+83=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E53 is #5461AC. Grayscale: #999999. Windows color (decimal): -5530029 or 5480107. OLE color: 5480107.
HSL color Cylindrical-coordinate representation of color #AB9E53: hue angle of 51.14º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB9E53 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 83 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.33 |
| HSL | 51.14º | 0.35% | 0.5% | - |
| HSV(B) | 51.14º | 0.51% | 0.67% | - |
| XYZ | 30.58 | 33.74 | 13.08 | - |
| YUV | 153.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 83 | 0 | 0.08 | 0.51 | 0.33 | 51.14 | 0.35 | 0.5 |
| Hex | AB | 9E | 53 | 0 | 8 | 33 | 21 | 33 | 23 | 32 |
| Octal | 253 | 236 | 123 | 0 | 10 | 63 | 41 | 63 | 43 | 62 |
| Binary | 10101011 | 10011110 | 1010011 | 0 | 1000 | 110011 | 100001 | 110011 | 100011 | 110010 |
Color Harmonies of #AB9E53
Complementary color
Monochromatic Colors of #AB9E53
Black with #AB9E53
Text Example
Text Example
White with #AB9E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E53; }
p { color: rgb(171,158,83); }
H1.HeaderClassName
{
color: #AB9E53;
}
.AnyTagClassName
{
color: #AB9E53;
}
</style>
background-color css
<style>
a { background-color: #AB9E53; }
a { background-color: rgb(171,158,83); }
div.DivClassName
{
background-color: #AB9E53;
}
.BgClassName
{
background-color: #AB9E53;
}
</style>
border-color css
<style>
span { border-color: #AB9E53; }
span { border-color: rgb(171,158,83); }
td.TdClassName
{
border-color: #AB9E53;
}
.TagClassName
{
border-color: #AB9E53;
}
</style>