Shades of Husk #ABA153
Tints of Husk #ABA153
RGB
CMYK
RGB Variations
Color information
#ABA153 (or 0xABA153) is known color: Husk. HEX triplet: AB, A1 and 53. RGB value is (171,161,83). Sum of RGB (Red+Green+Blue) = 171+161+83=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA153 is #545EAC. Grayscale: #9B9B9B. Windows color (decimal): -5529261 or 5480875. OLE color: 5480875.
HSL color Cylindrical-coordinate representation of color #ABA153: hue angle of 53.18º degrees, saturation: 0.35, 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 #ABA153 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 83 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.33 |
| HSL | 53.18º | 0.35% | 0.5% | - |
| HSV(B) | 53.18º | 0.51% | 0.67% | - |
| XYZ | 31.1 | 34.77 | 13.26 | - |
| YUV | 155.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 83 | 0 | 0.06 | 0.51 | 0.33 | 53.18 | 0.35 | 0.5 |
| Hex | AB | A1 | 53 | 0 | 6 | 33 | 21 | 35 | 23 | 32 |
| Octal | 253 | 241 | 123 | 0 | 6 | 63 | 41 | 65 | 43 | 62 |
| Binary | 10101011 | 10100001 | 1010011 | 0 | 110 | 110011 | 100001 | 110101 | 100011 | 110010 |
Color Harmonies of #ABA153
Complementary color
Monochromatic Colors of #ABA153
Black with #ABA153
Text Example
Text Example
White with #ABA153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA153; }
p { color: rgb(171,161,83); }
H1.HeaderClassName
{
color: #ABA153;
}
.AnyTagClassName
{
color: #ABA153;
}
</style>
background-color css
<style>
a { background-color: #ABA153; }
a { background-color: rgb(171,161,83); }
div.DivClassName
{
background-color: #ABA153;
}
.BgClassName
{
background-color: #ABA153;
}
</style>
border-color css
<style>
span { border-color: #ABA153; }
span { border-color: rgb(171,161,83); }
td.TdClassName
{
border-color: #ABA153;
}
.TagClassName
{
border-color: #ABA153;
}
</style>