Shades of Husk #AB994D
Tints of Husk #AB994D
RGB
CMYK
RGB Variations
Color information
#AB994D (or 0xAB994D) is known color: Husk. HEX triplet: AB, 99 and 4D. RGB value is (171,153,77). Sum of RGB (Red+Green+Blue) = 171+153+77=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB994D is #5466B2. Grayscale: #969696. Windows color (decimal): -5531315 or 5085611. OLE color: 5085611.
HSL color Cylindrical-coordinate representation of color #AB994D: hue angle of 48.51º 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 #AB994D is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 77 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.33 |
| HSL | 48.51º | 0.38% | 0.49% | - |
| HSV(B) | 48.51º | 0.55% | 0.67% | - |
| XYZ | 29.53 | 31.98 | 11.64 | - |
| YUV | 149.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 77 | 0 | 0.11 | 0.55 | 0.33 | 48.51 | 0.38 | 0.49 |
| Hex | AB | 99 | 4D | 0 | B | 37 | 21 | 31 | 26 | 31 |
| Octal | 253 | 231 | 115 | 0 | 13 | 67 | 41 | 61 | 46 | 61 |
| Binary | 10101011 | 10011001 | 1001101 | 0 | 1011 | 110111 | 100001 | 110001 | 100110 | 110001 |
Color Harmonies of #AB994D
Complementary color
Monochromatic Colors of #AB994D
Black with #AB994D
Text Example
Text Example
White with #AB994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB994D; }
p { color: rgb(171,153,77); }
H1.HeaderClassName
{
color: #AB994D;
}
.AnyTagClassName
{
color: #AB994D;
}
</style>
background-color css
<style>
a { background-color: #AB994D; }
a { background-color: rgb(171,153,77); }
div.DivClassName
{
background-color: #AB994D;
}
.BgClassName
{
background-color: #AB994D;
}
</style>
border-color css
<style>
span { border-color: #AB994D; }
span { border-color: rgb(171,153,77); }
td.TdClassName
{
border-color: #AB994D;
}
.TagClassName
{
border-color: #AB994D;
}
</style>