Shades of Husk #AB964D
Tints of Husk #AB964D
RGB
CMYK
RGB Variations
Color information
#AB964D (or 0xAB964D) is known color: Husk. HEX triplet: AB, 96 and 4D. RGB value is (171,150,77). Sum of RGB (Red+Green+Blue) = 171+150+77=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB964D is #5469B2. Grayscale: #949494. Windows color (decimal): -5532083 or 5084843. OLE color: 5084843.
HSL color Cylindrical-coordinate representation of color #AB964D: hue angle of 46.6º 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 #AB964D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 77 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.33 |
| HSL | 46.6º | 0.38% | 0.49% | - |
| HSV(B) | 46.6º | 0.55% | 0.67% | - |
| XYZ | 29.04 | 31.01 | 11.48 | - |
| YUV | 147.96 | 87.96 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 77 | 0 | 0.12 | 0.55 | 0.33 | 46.6 | 0.38 | 0.49 |
| Hex | AB | 96 | 4D | 0 | C | 37 | 21 | 2F | 26 | 31 |
| Octal | 253 | 226 | 115 | 0 | 14 | 67 | 41 | 57 | 46 | 61 |
| Binary | 10101011 | 10010110 | 1001101 | 0 | 1100 | 110111 | 100001 | 101111 | 100110 | 110001 |
Color Harmonies of #AB964D
Complementary color
Monochromatic Colors of #AB964D
Black with #AB964D
Text Example
Text Example
White with #AB964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB964D; }
p { color: rgb(171,150,77); }
H1.HeaderClassName
{
color: #AB964D;
}
.AnyTagClassName
{
color: #AB964D;
}
</style>
background-color css
<style>
a { background-color: #AB964D; }
a { background-color: rgb(171,150,77); }
div.DivClassName
{
background-color: #AB964D;
}
.BgClassName
{
background-color: #AB964D;
}
</style>
border-color css
<style>
span { border-color: #AB964D; }
span { border-color: rgb(171,150,77); }
td.TdClassName
{
border-color: #AB964D;
}
.TagClassName
{
border-color: #AB964D;
}
</style>