Shades of Hillary #ACA17C
Tints of Hillary #ACA17C
RGB
CMYK
RGB Variations
Color information
#ACA17C (or 0xACA17C) is known color: Hillary. HEX triplet: AC, A1 and 7C. RGB value is (172,161,124). Sum of RGB (Red+Green+Blue) = 172+161+124=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA17C is #535E83. Grayscale: #A0A0A0. Windows color (decimal): -5463684 or 8167852. OLE color: 8167852.
HSL color Cylindrical-coordinate representation of color #ACA17C: hue angle of 46.25º 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 #ACA17C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 161 | 124 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.33 |
| HSL | 46.25º | 0.22% | 0.58% | - |
| HSV(B) | 46.25º | 0.28% | 0.67% | - |
| XYZ | 33.4 | 35.72 | 24.2 | - |
| YUV | 160.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 161 | 124 | 0 | 0.06 | 0.28 | 0.33 | 46.25 | 0.22 | 0.58 |
| Hex | AC | A1 | 7C | 0 | 6 | 1C | 21 | 2E | 16 | 3A |
| Octal | 254 | 241 | 174 | 0 | 6 | 34 | 41 | 56 | 26 | 72 |
| Binary | 10101100 | 10100001 | 1111100 | 0 | 110 | 11100 | 100001 | 101110 | 10110 | 111010 |
Color Harmonies of #ACA17C
Complementary color
Monochromatic Colors of #ACA17C
Black with #ACA17C
Text Example
Text Example
White with #ACA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA17C; }
p { color: rgb(172,161,124); }
H1.HeaderClassName
{
color: #ACA17C;
}
.AnyTagClassName
{
color: #ACA17C;
}
</style>
background-color css
<style>
a { background-color: #ACA17C; }
a { background-color: rgb(172,161,124); }
div.DivClassName
{
background-color: #ACA17C;
}
.BgClassName
{
background-color: #ACA17C;
}
</style>
border-color css
<style>
span { border-color: #ACA17C; }
span { border-color: rgb(172,161,124); }
td.TdClassName
{
border-color: #ACA17C;
}
.TagClassName
{
border-color: #ACA17C;
}
</style>