Shades of Husk #ABA251
Tints of Husk #ABA251
RGB
CMYK
RGB Variations
Color information
#ABA251 (or 0xABA251) is known color: Husk. HEX triplet: AB, A2 and 51. RGB value is (171,162,81). Sum of RGB (Red+Green+Blue) = 171+162+81=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA251 is #545DAE. Grayscale: #9B9B9B. Windows color (decimal): -5529007 or 5350059. OLE color: 5350059.
HSL color Cylindrical-coordinate representation of color #ABA251: hue angle of 54º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABA251 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 81 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.33 |
| HSL | 54º | 0.36% | 0.49% | - |
| HSV(B) | 54º | 0.53% | 0.67% | - |
| XYZ | 31.2 | 35.09 | 12.91 | - |
| YUV | 155.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 81 | 0 | 0.05 | 0.53 | 0.33 | 54 | 0.36 | 0.49 |
| Hex | AB | A2 | 51 | 0 | 5 | 35 | 21 | 36 | 24 | 31 |
| Octal | 253 | 242 | 121 | 0 | 5 | 65 | 41 | 66 | 44 | 61 |
| Binary | 10101011 | 10100010 | 1010001 | 0 | 101 | 110101 | 100001 | 110110 | 100100 | 110001 |
Color Harmonies of #ABA251
Complementary color
Monochromatic Colors of #ABA251
Black with #ABA251
Text Example
Text Example
White with #ABA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA251; }
p { color: rgb(171,162,81); }
H1.HeaderClassName
{
color: #ABA251;
}
.AnyTagClassName
{
color: #ABA251;
}
</style>
background-color css
<style>
a { background-color: #ABA251; }
a { background-color: rgb(171,162,81); }
div.DivClassName
{
background-color: #ABA251;
}
.BgClassName
{
background-color: #ABA251;
}
</style>
border-color css
<style>
span { border-color: #ABA251; }
span { border-color: rgb(171,162,81); }
td.TdClassName
{
border-color: #ABA251;
}
.TagClassName
{
border-color: #ABA251;
}
</style>