Shades of Husk #ABA353
Tints of Husk #ABA353
RGB
CMYK
RGB Variations
Color information
#ABA353 (or 0xABA353) is known color: Husk. HEX triplet: AB, A3 and 53. RGB value is (171,163,83). Sum of RGB (Red+Green+Blue) = 171+163+83=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA353 is #545CAC. Grayscale: #9C9C9C. Windows color (decimal): -5528749 or 5481387. OLE color: 5481387.
HSL color Cylindrical-coordinate representation of color #ABA353: hue angle of 54.55º 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 #ABA353 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 83 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.33 |
| HSL | 54.55º | 0.35% | 0.5% | - |
| HSV(B) | 54.55º | 0.51% | 0.67% | - |
| XYZ | 31.45 | 35.48 | 13.37 | - |
| YUV | 156.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 83 | 0 | 0.05 | 0.51 | 0.33 | 54.55 | 0.35 | 0.5 |
| Hex | AB | A3 | 53 | 0 | 5 | 33 | 21 | 37 | 23 | 32 |
| Octal | 253 | 243 | 123 | 0 | 5 | 63 | 41 | 67 | 43 | 62 |
| Binary | 10101011 | 10100011 | 1010011 | 0 | 101 | 110011 | 100001 | 110111 | 100011 | 110010 |
Color Harmonies of #ABA353
Complementary color
Monochromatic Colors of #ABA353
Black with #ABA353
Text Example
Text Example
White with #ABA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA353; }
p { color: rgb(171,163,83); }
H1.HeaderClassName
{
color: #ABA353;
}
.AnyTagClassName
{
color: #ABA353;
}
</style>
background-color css
<style>
a { background-color: #ABA353; }
a { background-color: rgb(171,163,83); }
div.DivClassName
{
background-color: #ABA353;
}
.BgClassName
{
background-color: #ABA353;
}
</style>
border-color css
<style>
span { border-color: #ABA353; }
span { border-color: rgb(171,163,83); }
td.TdClassName
{
border-color: #ABA353;
}
.TagClassName
{
border-color: #ABA353;
}
</style>