Shades of Husk #AB9A4D
Tints of Husk #AB9A4D
RGB
CMYK
RGB Variations
Color information
#AB9A4D (or 0xAB9A4D) is known color: Husk. HEX triplet: AB, 9A and 4D. RGB value is (171,154,77). Sum of RGB (Red+Green+Blue) = 171+154+77=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A4D is #5465B2. Grayscale: #969696. Windows color (decimal): -5531059 or 5085867. OLE color: 5085867.
HSL color Cylindrical-coordinate representation of color #AB9A4D: hue angle of 49.15º 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 #AB9A4D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 77 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.33 |
| HSL | 49.15º | 0.38% | 0.49% | - |
| HSV(B) | 49.15º | 0.55% | 0.67% | - |
| XYZ | 29.69 | 32.3 | 11.69 | - |
| YUV | 150.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 77 | 0 | 0.10 | 0.55 | 0.33 | 49.15 | 0.38 | 0.49 |
| Hex | AB | 9A | 4D | 0 | A | 37 | 21 | 31 | 26 | 31 |
| Octal | 253 | 232 | 115 | 0 | 12 | 67 | 41 | 61 | 46 | 61 |
| Binary | 10101011 | 10011010 | 1001101 | 0 | 1010 | 110111 | 100001 | 110001 | 100110 | 110001 |
Color Harmonies of #AB9A4D
Complementary color
Monochromatic Colors of #AB9A4D
Black with #AB9A4D
Text Example
Text Example
White with #AB9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A4D; }
p { color: rgb(171,154,77); }
H1.HeaderClassName
{
color: #AB9A4D;
}
.AnyTagClassName
{
color: #AB9A4D;
}
</style>
background-color css
<style>
a { background-color: #AB9A4D; }
a { background-color: rgb(171,154,77); }
div.DivClassName
{
background-color: #AB9A4D;
}
.BgClassName
{
background-color: #AB9A4D;
}
</style>
border-color css
<style>
span { border-color: #AB9A4D; }
span { border-color: rgb(171,154,77); }
td.TdClassName
{
border-color: #AB9A4D;
}
.TagClassName
{
border-color: #AB9A4D;
}
</style>