Shades of Husk #AB984A
Tints of Husk #AB984A
RGB
CMYK
RGB Variations
Color information
#AB984A (or 0xAB984A) is known color: Husk. HEX triplet: AB, 98 and 4A. RGB value is (171,152,74). Sum of RGB (Red+Green+Blue) = 171+152+74=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB984A is #5467B5. Grayscale: #959595. Windows color (decimal): -5531574 or 4888747. OLE color: 4888747.
HSL color Cylindrical-coordinate representation of color #AB984A: hue angle of 48.25º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB984A is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 74 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.33 |
| HSL | 48.25º | 0.4% | 0.48% | - |
| HSV(B) | 48.25º | 0.57% | 0.67% | - |
| XYZ | 29.26 | 31.61 | 11.04 | - |
| YUV | 148.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 74 | 0 | 0.11 | 0.57 | 0.33 | 48.25 | 0.4 | 0.48 |
| Hex | AB | 98 | 4A | 0 | B | 39 | 21 | 30 | 28 | 30 |
| Octal | 253 | 230 | 112 | 0 | 13 | 71 | 41 | 60 | 50 | 60 |
| Binary | 10101011 | 10011000 | 1001010 | 0 | 1011 | 111001 | 100001 | 110000 | 101000 | 110000 |
Color Harmonies of #AB984A
Complementary color
Monochromatic Colors of #AB984A
Black with #AB984A
Text Example
Text Example
White with #AB984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB984A; }
p { color: rgb(171,152,74); }
H1.HeaderClassName
{
color: #AB984A;
}
.AnyTagClassName
{
color: #AB984A;
}
</style>
background-color css
<style>
a { background-color: #AB984A; }
a { background-color: rgb(171,152,74); }
div.DivClassName
{
background-color: #AB984A;
}
.BgClassName
{
background-color: #AB984A;
}
</style>
border-color css
<style>
span { border-color: #AB984A; }
span { border-color: rgb(171,152,74); }
td.TdClassName
{
border-color: #AB984A;
}
.TagClassName
{
border-color: #AB984A;
}
</style>