Shades of Husk #ABA354
Tints of Husk #ABA354
RGB
CMYK
RGB Variations
Color information
#ABA354 (or 0xABA354) is known color: Husk. HEX triplet: AB, A3 and 54. RGB value is (171,163,84). Sum of RGB (Red+Green+Blue) = 171+163+84=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA354 is #545CAB. Grayscale: #9C9C9C. Windows color (decimal): -5528748 or 5546923. OLE color: 5546923.
HSL color Cylindrical-coordinate representation of color #ABA354: hue angle of 54.48º 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 #ABA354 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 84 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.33 |
| HSL | 54.48º | 0.34% | 0.5% | - |
| HSV(B) | 54.48º | 0.51% | 0.67% | - |
| XYZ | 31.49 | 35.49 | 13.58 | - |
| YUV | 156.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 84 | 0 | 0.05 | 0.51 | 0.33 | 54.48 | 0.34 | 0.5 |
| Hex | AB | A3 | 54 | 0 | 5 | 33 | 21 | 36 | 22 | 32 |
| Octal | 253 | 243 | 124 | 0 | 5 | 63 | 41 | 66 | 42 | 62 |
| Binary | 10101011 | 10100011 | 1010100 | 0 | 101 | 110011 | 100001 | 110110 | 100010 | 110010 |
Color Harmonies of #ABA354
Complementary color
Monochromatic Colors of #ABA354
Black with #ABA354
Text Example
Text Example
White with #ABA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA354; }
p { color: rgb(171,163,84); }
H1.HeaderClassName
{
color: #ABA354;
}
.AnyTagClassName
{
color: #ABA354;
}
</style>
background-color css
<style>
a { background-color: #ABA354; }
a { background-color: rgb(171,163,84); }
div.DivClassName
{
background-color: #ABA354;
}
.BgClassName
{
background-color: #ABA354;
}
</style>
border-color css
<style>
span { border-color: #ABA354; }
span { border-color: rgb(171,163,84); }
td.TdClassName
{
border-color: #ABA354;
}
.TagClassName
{
border-color: #ABA354;
}
</style>