Shades of Husk #AB9C4D
Tints of Husk #AB9C4D
RGB
CMYK
RGB Variations
Color information
#AB9C4D (or 0xAB9C4D) is known color: Husk. HEX triplet: AB, 9C and 4D. RGB value is (171,156,77). Sum of RGB (Red+Green+Blue) = 171+156+77=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C4D is #5463B2. Grayscale: #979797. Windows color (decimal): -5530547 or 5086379. OLE color: 5086379.
HSL color Cylindrical-coordinate representation of color #AB9C4D: hue angle of 50.43º 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 #AB9C4D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 77 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.33 |
| HSL | 50.43º | 0.38% | 0.49% | - |
| HSV(B) | 50.43º | 0.55% | 0.67% | - |
| XYZ | 30.02 | 32.97 | 11.8 | - |
| YUV | 151.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 77 | 0 | 0.09 | 0.55 | 0.33 | 50.43 | 0.38 | 0.49 |
| Hex | AB | 9C | 4D | 0 | 9 | 37 | 21 | 32 | 26 | 31 |
| Octal | 253 | 234 | 115 | 0 | 11 | 67 | 41 | 62 | 46 | 61 |
| Binary | 10101011 | 10011100 | 1001101 | 0 | 1001 | 110111 | 100001 | 110010 | 100110 | 110001 |
Color Harmonies of #AB9C4D
Complementary color
Monochromatic Colors of #AB9C4D
Black with #AB9C4D
Text Example
Text Example
White with #AB9C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C4D; }
p { color: rgb(171,156,77); }
H1.HeaderClassName
{
color: #AB9C4D;
}
.AnyTagClassName
{
color: #AB9C4D;
}
</style>
background-color css
<style>
a { background-color: #AB9C4D; }
a { background-color: rgb(171,156,77); }
div.DivClassName
{
background-color: #AB9C4D;
}
.BgClassName
{
background-color: #AB9C4D;
}
</style>
border-color css
<style>
span { border-color: #AB9C4D; }
span { border-color: rgb(171,156,77); }
td.TdClassName
{
border-color: #AB9C4D;
}
.TagClassName
{
border-color: #AB9C4D;
}
</style>