Shades of Husk #ABA04F
Tints of Husk #ABA04F
RGB
CMYK
RGB Variations
Color information
#ABA04F (or 0xABA04F) is known color: Husk. HEX triplet: AB, A0 and 4F. RGB value is (171,160,79). Sum of RGB (Red+Green+Blue) = 171+160+79=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA04F is #545FB0. Grayscale: #9A9A9A. Windows color (decimal): -5529521 or 5218475. OLE color: 5218475.
HSL color Cylindrical-coordinate representation of color #ABA04F: hue angle of 52.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABA04F is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 79 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.33 |
| HSL | 52.83º | 0.37% | 0.49% | - |
| HSV(B) | 52.83º | 0.54% | 0.67% | - |
| XYZ | 30.78 | 34.36 | 12.41 | - |
| YUV | 154.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 79 | 0 | 0.06 | 0.54 | 0.33 | 52.83 | 0.37 | 0.49 |
| Hex | AB | A0 | 4F | 0 | 6 | 36 | 21 | 35 | 25 | 31 |
| Octal | 253 | 240 | 117 | 0 | 6 | 66 | 41 | 65 | 45 | 61 |
| Binary | 10101011 | 10100000 | 1001111 | 0 | 110 | 110110 | 100001 | 110101 | 100101 | 110001 |
Color Harmonies of #ABA04F
Complementary color
Monochromatic Colors of #ABA04F
Black with #ABA04F
Text Example
Text Example
White with #ABA04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA04F; }
p { color: rgb(171,160,79); }
H1.HeaderClassName
{
color: #ABA04F;
}
.AnyTagClassName
{
color: #ABA04F;
}
</style>
background-color css
<style>
a { background-color: #ABA04F; }
a { background-color: rgb(171,160,79); }
div.DivClassName
{
background-color: #ABA04F;
}
.BgClassName
{
background-color: #ABA04F;
}
</style>
border-color css
<style>
span { border-color: #ABA04F; }
span { border-color: rgb(171,160,79); }
td.TdClassName
{
border-color: #ABA04F;
}
.TagClassName
{
border-color: #ABA04F;
}
</style>