Shades of Husk #ABA254
Tints of Husk #ABA254
RGB
CMYK
RGB Variations
Color information
#ABA254 (or 0xABA254) is known color: Husk. HEX triplet: AB, A2 and 54. RGB value is (171,162,84). Sum of RGB (Red+Green+Blue) = 171+162+84=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA254 is #545DAB. Grayscale: #9C9C9C. Windows color (decimal): -5529004 or 5546667. OLE color: 5546667.
HSL color Cylindrical-coordinate representation of color #ABA254: hue angle of 53.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABA254 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 84 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.33 |
| HSL | 53.79º | 0.34% | 0.5% | - |
| HSV(B) | 53.79º | 0.51% | 0.67% | - |
| XYZ | 31.32 | 35.14 | 13.52 | - |
| YUV | 155.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 84 | 0 | 0.05 | 0.51 | 0.33 | 53.79 | 0.34 | 0.5 |
| Hex | AB | A2 | 54 | 0 | 5 | 33 | 21 | 36 | 22 | 32 |
| Octal | 253 | 242 | 124 | 0 | 5 | 63 | 41 | 66 | 42 | 62 |
| Binary | 10101011 | 10100010 | 1010100 | 0 | 101 | 110011 | 100001 | 110110 | 100010 | 110010 |
Color Harmonies of #ABA254
Complementary color
Monochromatic Colors of #ABA254
Black with #ABA254
Text Example
Text Example
White with #ABA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA254; }
p { color: rgb(171,162,84); }
H1.HeaderClassName
{
color: #ABA254;
}
.AnyTagClassName
{
color: #ABA254;
}
</style>
background-color css
<style>
a { background-color: #ABA254; }
a { background-color: rgb(171,162,84); }
div.DivClassName
{
background-color: #ABA254;
}
.BgClassName
{
background-color: #ABA254;
}
</style>
border-color css
<style>
span { border-color: #ABA254; }
span { border-color: rgb(171,162,84); }
td.TdClassName
{
border-color: #ABA254;
}
.TagClassName
{
border-color: #ABA254;
}
</style>