Shades of Husk #ABA04E
Tints of Husk #ABA04E
RGB
CMYK
RGB Variations
Color information
#ABA04E (or 0xABA04E) is known color: Husk. HEX triplet: AB, A0 and 4E. RGB value is (171,160,78). Sum of RGB (Red+Green+Blue) = 171+160+78=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA04E is #545FB1. Grayscale: #9A9A9A. Windows color (decimal): -5529522 or 5152939. OLE color: 5152939.
HSL color Cylindrical-coordinate representation of color #ABA04E: hue angle of 52.9º 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 #ABA04E is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 78 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.33 |
| HSL | 52.9º | 0.37% | 0.49% | - |
| HSV(B) | 52.9º | 0.54% | 0.67% | - |
| XYZ | 30.74 | 34.35 | 12.22 | - |
| YUV | 153.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 78 | 0 | 0.06 | 0.54 | 0.33 | 52.9 | 0.37 | 0.49 |
| Hex | AB | A0 | 4E | 0 | 6 | 36 | 21 | 35 | 25 | 31 |
| Octal | 253 | 240 | 116 | 0 | 6 | 66 | 41 | 65 | 45 | 61 |
| Binary | 10101011 | 10100000 | 1001110 | 0 | 110 | 110110 | 100001 | 110101 | 100101 | 110001 |
Color Harmonies of #ABA04E
Complementary color
Monochromatic Colors of #ABA04E
Black with #ABA04E
Text Example
Text Example
White with #ABA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA04E; }
p { color: rgb(171,160,78); }
H1.HeaderClassName
{
color: #ABA04E;
}
.AnyTagClassName
{
color: #ABA04E;
}
</style>
background-color css
<style>
a { background-color: #ABA04E; }
a { background-color: rgb(171,160,78); }
div.DivClassName
{
background-color: #ABA04E;
}
.BgClassName
{
background-color: #ABA04E;
}
</style>
border-color css
<style>
span { border-color: #ABA04E; }
span { border-color: rgb(171,160,78); }
td.TdClassName
{
border-color: #ABA04E;
}
.TagClassName
{
border-color: #ABA04E;
}
</style>