Shades of Husk #AB9B4E
Tints of Husk #AB9B4E
RGB
CMYK
RGB Variations
Color information
#AB9B4E (or 0xAB9B4E) is known color: Husk. HEX triplet: AB, 9B and 4E. RGB value is (171,155,78). Sum of RGB (Red+Green+Blue) = 171+155+78=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B4E is #5464B1. Grayscale: #979797. Windows color (decimal): -5530802 or 5151659. OLE color: 5151659.
HSL color Cylindrical-coordinate representation of color #AB9B4E: hue angle of 49.68º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB9B4E is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 78 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.33 |
| HSL | 49.68º | 0.37% | 0.49% | - |
| HSV(B) | 49.68º | 0.54% | 0.67% | - |
| XYZ | 29.89 | 32.65 | 11.93 | - |
| YUV | 151.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 78 | 0 | 0.09 | 0.54 | 0.33 | 49.68 | 0.37 | 0.49 |
| Hex | AB | 9B | 4E | 0 | 9 | 36 | 21 | 32 | 25 | 31 |
| Octal | 253 | 233 | 116 | 0 | 11 | 66 | 41 | 62 | 45 | 61 |
| Binary | 10101011 | 10011011 | 1001110 | 0 | 1001 | 110110 | 100001 | 110010 | 100101 | 110001 |
Color Harmonies of #AB9B4E
Complementary color
Monochromatic Colors of #AB9B4E
Black with #AB9B4E
Text Example
Text Example
White with #AB9B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B4E; }
p { color: rgb(171,155,78); }
H1.HeaderClassName
{
color: #AB9B4E;
}
.AnyTagClassName
{
color: #AB9B4E;
}
</style>
background-color css
<style>
a { background-color: #AB9B4E; }
a { background-color: rgb(171,155,78); }
div.DivClassName
{
background-color: #AB9B4E;
}
.BgClassName
{
background-color: #AB9B4E;
}
</style>
border-color css
<style>
span { border-color: #AB9B4E; }
span { border-color: rgb(171,155,78); }
td.TdClassName
{
border-color: #AB9B4E;
}
.TagClassName
{
border-color: #AB9B4E;
}
</style>