Shades of Hillary #ACA080
Tints of Hillary #ACA080
RGB
CMYK
RGB Variations
Color information
#ACA080 (or 0xACA080) is known color: Hillary. HEX triplet: AC, A0 and 80. RGB value is (172,160,128). Sum of RGB (Red+Green+Blue) = 172+160+128=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA080 is #535F7F. Grayscale: #A0A0A0. Windows color (decimal): -5463936 or 8429740. OLE color: 8429740.
HSL color Cylindrical-coordinate representation of color #ACA080: hue angle of 43.64º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACA080 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 160 | 128 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.33 |
| HSL | 43.64º | 0.21% | 0.59% | - |
| HSV(B) | 43.64º | 0.26% | 0.67% | - |
| XYZ | 33.48 | 35.47 | 25.5 | - |
| YUV | 159.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 128 | 0 | 0.07 | 0.26 | 0.33 | 43.64 | 0.21 | 0.59 |
| Hex | AC | A0 | 80 | 0 | 7 | 1A | 21 | 2C | 15 | 3B |
| Octal | 254 | 240 | 200 | 0 | 7 | 32 | 41 | 54 | 25 | 73 |
| Binary | 10101100 | 10100000 | 10000000 | 0 | 111 | 11010 | 100001 | 101100 | 10101 | 111011 |
Color Harmonies of #ACA080
Complementary color
Monochromatic Colors of #ACA080
Black with #ACA080
Text Example
Text Example
White with #ACA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA080; }
p { color: rgb(172,160,128); }
H1.HeaderClassName
{
color: #ACA080;
}
.AnyTagClassName
{
color: #ACA080;
}
</style>
background-color css
<style>
a { background-color: #ACA080; }
a { background-color: rgb(172,160,128); }
div.DivClassName
{
background-color: #ACA080;
}
.BgClassName
{
background-color: #ACA080;
}
</style>
border-color css
<style>
span { border-color: #ACA080; }
span { border-color: rgb(172,160,128); }
td.TdClassName
{
border-color: #ACA080;
}
.TagClassName
{
border-color: #ACA080;
}
</style>