Shades of Hillary #ABA185
Tints of Hillary #ABA185
RGB
CMYK
RGB Variations
Color information
#ABA185 (or 0xABA185) is known color: Hillary. HEX triplet: AB, A1 and 85. RGB value is (171,161,133). Sum of RGB (Red+Green+Blue) = 171+161+133=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA185 is #545E7A. Grayscale: #A0A0A0. Windows color (decimal): -5529211 or 8757675. OLE color: 8757675.
HSL color Cylindrical-coordinate representation of color #ABA185: hue angle of 44.21º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA185 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 133 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.33 |
| HSL | 44.21º | 0.18% | 0.6% | - |
| HSV(B) | 44.21º | 0.22% | 0.67% | - |
| XYZ | 33.77 | 35.84 | 27.33 | - |
| YUV | 160.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 133 | 0 | 0.06 | 0.22 | 0.33 | 44.21 | 0.18 | 0.6 |
| Hex | AB | A1 | 85 | 0 | 6 | 16 | 21 | 2C | 12 | 3C |
| Octal | 253 | 241 | 205 | 0 | 6 | 26 | 41 | 54 | 22 | 74 |
| Binary | 10101011 | 10100001 | 10000101 | 0 | 110 | 10110 | 100001 | 101100 | 10010 | 111100 |
Color Harmonies of #ABA185
Complementary color
Monochromatic Colors of #ABA185
Black with #ABA185
Text Example
Text Example
White with #ABA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA185; }
p { color: rgb(171,161,133); }
H1.HeaderClassName
{
color: #ABA185;
}
.AnyTagClassName
{
color: #ABA185;
}
</style>
background-color css
<style>
a { background-color: #ABA185; }
a { background-color: rgb(171,161,133); }
div.DivClassName
{
background-color: #ABA185;
}
.BgClassName
{
background-color: #ABA185;
}
</style>
border-color css
<style>
span { border-color: #ABA185; }
span { border-color: rgb(171,161,133); }
td.TdClassName
{
border-color: #ABA185;
}
.TagClassName
{
border-color: #ABA185;
}
</style>