Shades of Hillary #ACA872
Tints of Hillary #ACA872
RGB
CMYK
RGB Variations
Color information
#ACA872 (or 0xACA872) is known color: Hillary. HEX triplet: AC, A8 and 72. RGB value is (172,168,114). Sum of RGB (Red+Green+Blue) = 172+168+114=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA872 is #53578D. Grayscale: #A3A3A3. Windows color (decimal): -5461902 or 7514284. OLE color: 7514284.
HSL color Cylindrical-coordinate representation of color #ACA872: hue angle of 55.86º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACA872 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 114 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.33 |
| HSL | 55.86º | 0.26% | 0.56% | - |
| HSV(B) | 55.86º | 0.34% | 0.67% | - |
| XYZ | 34.05 | 37.99 | 21.46 | - |
| YUV | 163.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 114 | 0 | 0.02 | 0.34 | 0.33 | 55.86 | 0.26 | 0.56 |
| Hex | AC | A8 | 72 | 0 | 2 | 22 | 21 | 38 | 1A | 38 |
| Octal | 254 | 250 | 162 | 0 | 2 | 42 | 41 | 70 | 32 | 70 |
| Binary | 10101100 | 10101000 | 1110010 | 0 | 10 | 100010 | 100001 | 111000 | 11010 | 111000 |
Color Harmonies of #ACA872
Complementary color
Monochromatic Colors of #ACA872
Black with #ACA872
Text Example
Text Example
White with #ACA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA872; }
p { color: rgb(172,168,114); }
H1.HeaderClassName
{
color: #ACA872;
}
.AnyTagClassName
{
color: #ACA872;
}
</style>
background-color css
<style>
a { background-color: #ACA872; }
a { background-color: rgb(172,168,114); }
div.DivClassName
{
background-color: #ACA872;
}
.BgClassName
{
background-color: #ACA872;
}
</style>
border-color css
<style>
span { border-color: #ACA872; }
span { border-color: rgb(172,168,114); }
td.TdClassName
{
border-color: #ACA872;
}
.TagClassName
{
border-color: #ACA872;
}
</style>