Shades of Husk #AB9E4D
Tints of Husk #AB9E4D
RGB
CMYK
RGB Variations
Color information
#AB9E4D (or 0xAB9E4D) is known color: Husk. HEX triplet: AB, 9E and 4D. RGB value is (171,158,77). Sum of RGB (Red+Green+Blue) = 171+158+77=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E4D is #5461B2. Grayscale: #989898. Windows color (decimal): -5530035 or 5086891. OLE color: 5086891.
HSL color Cylindrical-coordinate representation of color #AB9E4D: hue angle of 51.7º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB9E4D is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 77 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.33 |
| HSL | 51.7º | 0.38% | 0.49% | - |
| HSV(B) | 51.7º | 0.55% | 0.67% | - |
| XYZ | 30.36 | 33.65 | 11.92 | - |
| YUV | 152.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 77 | 0 | 0.08 | 0.55 | 0.33 | 51.7 | 0.38 | 0.49 |
| Hex | AB | 9E | 4D | 0 | 8 | 37 | 21 | 34 | 26 | 31 |
| Octal | 253 | 236 | 115 | 0 | 10 | 67 | 41 | 64 | 46 | 61 |
| Binary | 10101011 | 10011110 | 1001101 | 0 | 1000 | 110111 | 100001 | 110100 | 100110 | 110001 |
Color Harmonies of #AB9E4D
Complementary color
Monochromatic Colors of #AB9E4D
Black with #AB9E4D
Text Example
Text Example
White with #AB9E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E4D; }
p { color: rgb(171,158,77); }
H1.HeaderClassName
{
color: #AB9E4D;
}
.AnyTagClassName
{
color: #AB9E4D;
}
</style>
background-color css
<style>
a { background-color: #AB9E4D; }
a { background-color: rgb(171,158,77); }
div.DivClassName
{
background-color: #AB9E4D;
}
.BgClassName
{
background-color: #AB9E4D;
}
</style>
border-color css
<style>
span { border-color: #AB9E4D; }
span { border-color: rgb(171,158,77); }
td.TdClassName
{
border-color: #AB9E4D;
}
.TagClassName
{
border-color: #AB9E4D;
}
</style>