Shades of Husk #AB984D
Tints of Husk #AB984D
RGB
CMYK
RGB Variations
Color information
#AB984D (or 0xAB984D) is known color: Husk. HEX triplet: AB, 98 and 4D. RGB value is (171,152,77). Sum of RGB (Red+Green+Blue) = 171+152+77=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB984D is #5467B2. Grayscale: #959595. Windows color (decimal): -5531571 or 5085355. OLE color: 5085355.
HSL color Cylindrical-coordinate representation of color #AB984D: hue angle of 47.87º 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 #AB984D is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 77 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.33 |
| HSL | 47.87º | 0.38% | 0.49% | - |
| HSV(B) | 47.87º | 0.55% | 0.67% | - |
| XYZ | 29.36 | 31.65 | 11.58 | - |
| YUV | 149.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 77 | 0 | 0.11 | 0.55 | 0.33 | 47.87 | 0.38 | 0.49 |
| Hex | AB | 98 | 4D | 0 | B | 37 | 21 | 30 | 26 | 31 |
| Octal | 253 | 230 | 115 | 0 | 13 | 67 | 41 | 60 | 46 | 61 |
| Binary | 10101011 | 10011000 | 1001101 | 0 | 1011 | 110111 | 100001 | 110000 | 100110 | 110001 |
Color Harmonies of #AB984D
Complementary color
Monochromatic Colors of #AB984D
Black with #AB984D
Text Example
Text Example
White with #AB984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB984D; }
p { color: rgb(171,152,77); }
H1.HeaderClassName
{
color: #AB984D;
}
.AnyTagClassName
{
color: #AB984D;
}
</style>
background-color css
<style>
a { background-color: #AB984D; }
a { background-color: rgb(171,152,77); }
div.DivClassName
{
background-color: #AB984D;
}
.BgClassName
{
background-color: #AB984D;
}
</style>
border-color css
<style>
span { border-color: #AB984D; }
span { border-color: rgb(171,152,77); }
td.TdClassName
{
border-color: #AB984D;
}
.TagClassName
{
border-color: #AB984D;
}
</style>