Shades of Hillary #ABA26F
Tints of Hillary #ABA26F
RGB
CMYK
RGB Variations
Color information
#ABA26F (or 0xABA26F) is known color: Hillary. HEX triplet: AB, A2 and 6F. RGB value is (171,162,111). Sum of RGB (Red+Green+Blue) = 171+162+111=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA26F is #545D90. Grayscale: #9F9F9F. Windows color (decimal): -5528977 or 7316139. OLE color: 7316139.
HSL color Cylindrical-coordinate representation of color #ABA26F: hue angle of 51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABA26F is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 111 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.33 |
| HSL | 51º | 0.26% | 0.55% | - |
| HSV(B) | 51º | 0.35% | 0.67% | - |
| XYZ | 32.58 | 35.65 | 20.2 | - |
| YUV | 158.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 111 | 0 | 0.05 | 0.35 | 0.33 | 51 | 0.26 | 0.55 |
| Hex | AB | A2 | 6F | 0 | 5 | 23 | 21 | 33 | 1A | 37 |
| Octal | 253 | 242 | 157 | 0 | 5 | 43 | 41 | 63 | 32 | 67 |
| Binary | 10101011 | 10100010 | 1101111 | 0 | 101 | 100011 | 100001 | 110011 | 11010 | 110111 |
Color Harmonies of #ABA26F
Complementary color
Monochromatic Colors of #ABA26F
Black with #ABA26F
Text Example
Text Example
White with #ABA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA26F; }
p { color: rgb(171,162,111); }
H1.HeaderClassName
{
color: #ABA26F;
}
.AnyTagClassName
{
color: #ABA26F;
}
</style>
background-color css
<style>
a { background-color: #ABA26F; }
a { background-color: rgb(171,162,111); }
div.DivClassName
{
background-color: #ABA26F;
}
.BgClassName
{
background-color: #ABA26F;
}
</style>
border-color css
<style>
span { border-color: #ABA26F; }
span { border-color: rgb(171,162,111); }
td.TdClassName
{
border-color: #ABA26F;
}
.TagClassName
{
border-color: #ABA26F;
}
</style>