Shades of Husk #ABA052
Tints of Husk #ABA052
RGB
CMYK
RGB Variations
Color information
#ABA052 (or 0xABA052) is known color: Husk. HEX triplet: AB, A0 and 52. RGB value is (171,160,82). Sum of RGB (Red+Green+Blue) = 171+160+82=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA052 is #545FAD. Grayscale: #9A9A9A. Windows color (decimal): -5529518 or 5415083. OLE color: 5415083.
HSL color Cylindrical-coordinate representation of color #ABA052: hue angle of 52.58º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABA052 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 82 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.33 |
| HSL | 52.58º | 0.35% | 0.5% | - |
| HSV(B) | 52.58º | 0.52% | 0.67% | - |
| XYZ | 30.89 | 34.41 | 13 | - |
| YUV | 154.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 82 | 0 | 0.06 | 0.52 | 0.33 | 52.58 | 0.35 | 0.5 |
| Hex | AB | A0 | 52 | 0 | 6 | 34 | 21 | 35 | 23 | 32 |
| Octal | 253 | 240 | 122 | 0 | 6 | 64 | 41 | 65 | 43 | 62 |
| Binary | 10101011 | 10100000 | 1010010 | 0 | 110 | 110100 | 100001 | 110101 | 100011 | 110010 |
Color Harmonies of #ABA052
Complementary color
Monochromatic Colors of #ABA052
Black with #ABA052
Text Example
Text Example
White with #ABA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA052; }
p { color: rgb(171,160,82); }
H1.HeaderClassName
{
color: #ABA052;
}
.AnyTagClassName
{
color: #ABA052;
}
</style>
background-color css
<style>
a { background-color: #ABA052; }
a { background-color: rgb(171,160,82); }
div.DivClassName
{
background-color: #ABA052;
}
.BgClassName
{
background-color: #ABA052;
}
</style>
border-color css
<style>
span { border-color: #ABA052; }
span { border-color: rgb(171,160,82); }
td.TdClassName
{
border-color: #ABA052;
}
.TagClassName
{
border-color: #ABA052;
}
</style>