Shades of Hillary #ACA27C
Tints of Hillary #ACA27C
RGB
CMYK
RGB Variations
Color information
#ACA27C (or 0xACA27C) is known color: Hillary. HEX triplet: AC, A2 and 7C. RGB value is (172,162,124). Sum of RGB (Red+Green+Blue) = 172+162+124=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA27C is #535D83. Grayscale: #A0A0A0. Windows color (decimal): -5463428 or 8168108. OLE color: 8168108.
HSL color Cylindrical-coordinate representation of color #ACA27C: hue angle of 47.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACA27C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 162 | 124 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.33 |
| HSL | 47.5º | 0.22% | 0.58% | - |
| HSV(B) | 47.5º | 0.28% | 0.67% | - |
| XYZ | 33.57 | 36.07 | 24.26 | - |
| YUV | 160.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 124 | 0 | 0.06 | 0.28 | 0.33 | 47.5 | 0.22 | 0.58 |
| Hex | AC | A2 | 7C | 0 | 6 | 1C | 21 | 30 | 16 | 3A |
| Octal | 254 | 242 | 174 | 0 | 6 | 34 | 41 | 60 | 26 | 72 |
| Binary | 10101100 | 10100010 | 1111100 | 0 | 110 | 11100 | 100001 | 110000 | 10110 | 111010 |
Color Harmonies of #ACA27C
Complementary color
Monochromatic Colors of #ACA27C
Black with #ACA27C
Text Example
Text Example
White with #ACA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA27C; }
p { color: rgb(172,162,124); }
H1.HeaderClassName
{
color: #ACA27C;
}
.AnyTagClassName
{
color: #ACA27C;
}
</style>
background-color css
<style>
a { background-color: #ACA27C; }
a { background-color: rgb(172,162,124); }
div.DivClassName
{
background-color: #ACA27C;
}
.BgClassName
{
background-color: #ACA27C;
}
</style>
border-color css
<style>
span { border-color: #ACA27C; }
span { border-color: rgb(172,162,124); }
td.TdClassName
{
border-color: #ACA27C;
}
.TagClassName
{
border-color: #ACA27C;
}
</style>