Shades of Hillary #ABA27D
Tints of Hillary #ABA27D
RGB
CMYK
RGB Variations
Color information
#ABA27D (or 0xABA27D) is known color: Hillary. HEX triplet: AB, A2 and 7D. RGB value is (171,162,125). Sum of RGB (Red+Green+Blue) = 171+162+125=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA27D is #545D82. Grayscale: #A0A0A0. Windows color (decimal): -5528963 or 8233643. OLE color: 8233643.
HSL color Cylindrical-coordinate representation of color #ABA27D: hue angle of 48.26º degrees, saturation: 0.21, 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 #ABA27D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 125 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.33 |
| HSL | 48.26º | 0.21% | 0.58% | - |
| HSV(B) | 48.26º | 0.27% | 0.67% | - |
| XYZ | 33.42 | 35.98 | 24.59 | - |
| YUV | 160.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 125 | 0 | 0.05 | 0.27 | 0.33 | 48.26 | 0.21 | 0.58 |
| Hex | AB | A2 | 7D | 0 | 5 | 1B | 21 | 30 | 15 | 3A |
| Octal | 253 | 242 | 175 | 0 | 5 | 33 | 41 | 60 | 25 | 72 |
| Binary | 10101011 | 10100010 | 1111101 | 0 | 101 | 11011 | 100001 | 110000 | 10101 | 111010 |
Color Harmonies of #ABA27D
Complementary color
Monochromatic Colors of #ABA27D
Black with #ABA27D
Text Example
Text Example
White with #ABA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA27D; }
p { color: rgb(171,162,125); }
H1.HeaderClassName
{
color: #ABA27D;
}
.AnyTagClassName
{
color: #ABA27D;
}
</style>
background-color css
<style>
a { background-color: #ABA27D; }
a { background-color: rgb(171,162,125); }
div.DivClassName
{
background-color: #ABA27D;
}
.BgClassName
{
background-color: #ABA27D;
}
</style>
border-color css
<style>
span { border-color: #ABA27D; }
span { border-color: rgb(171,162,125); }
td.TdClassName
{
border-color: #ABA27D;
}
.TagClassName
{
border-color: #ABA27D;
}
</style>