Shades of Hillary #ABA27C
Tints of Hillary #ABA27C
RGB
CMYK
RGB Variations
Color information
#ABA27C (or 0xABA27C) is known color: Hillary. HEX triplet: AB, A2 and 7C. RGB value is (171,162,124). Sum of RGB (Red+Green+Blue) = 171+162+124=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA27C is #545D83. Grayscale: #A0A0A0. Windows color (decimal): -5528964 or 8168107. OLE color: 8168107.
HSL color Cylindrical-coordinate representation of color #ABA27C: hue angle of 48.51º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA27C is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 124 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.33 |
| HSL | 48.51º | 0.22% | 0.58% | - |
| HSV(B) | 48.51º | 0.27% | 0.67% | - |
| XYZ | 33.35 | 35.95 | 24.25 | - |
| YUV | 160.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 124 | 0 | 0.05 | 0.27 | 0.33 | 48.51 | 0.22 | 0.58 |
| Hex | AB | A2 | 7C | 0 | 5 | 1B | 21 | 31 | 16 | 3A |
| Octal | 253 | 242 | 174 | 0 | 5 | 33 | 41 | 61 | 26 | 72 |
| Binary | 10101011 | 10100010 | 1111100 | 0 | 101 | 11011 | 100001 | 110001 | 10110 | 111010 |
Color Harmonies of #ABA27C
Complementary color
Monochromatic Colors of #ABA27C
Black with #ABA27C
Text Example
Text Example
White with #ABA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA27C; }
p { color: rgb(171,162,124); }
H1.HeaderClassName
{
color: #ABA27C;
}
.AnyTagClassName
{
color: #ABA27C;
}
</style>
background-color css
<style>
a { background-color: #ABA27C; }
a { background-color: rgb(171,162,124); }
div.DivClassName
{
background-color: #ABA27C;
}
.BgClassName
{
background-color: #ABA27C;
}
</style>
border-color css
<style>
span { border-color: #ABA27C; }
span { border-color: rgb(171,162,124); }
td.TdClassName
{
border-color: #ABA27C;
}
.TagClassName
{
border-color: #ABA27C;
}
</style>