Shades of Hillary #ACA56E
Tints of Hillary #ACA56E
RGB
CMYK
RGB Variations
Color information
#ACA56E (or 0xACA56E) is known color: Hillary. HEX triplet: AC, A5 and 6E. RGB value is (172,165,110). Sum of RGB (Red+Green+Blue) = 172+165+110=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA56E is #535A91. Grayscale: #A1A1A1. Windows color (decimal): -5462674 or 7251372. OLE color: 7251372.
HSL color Cylindrical-coordinate representation of color #ACA56E: hue angle of 53.23º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACA56E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 165 | 110 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.33 |
| HSL | 53.23º | 0.27% | 0.55% | - |
| HSV(B) | 53.23º | 0.36% | 0.67% | - |
| XYZ | 33.28 | 36.81 | 20.1 | - |
| YUV | 160.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 165 | 110 | 0 | 0.04 | 0.36 | 0.33 | 53.23 | 0.27 | 0.55 |
| Hex | AC | A5 | 6E | 0 | 4 | 24 | 21 | 35 | 1B | 37 |
| Octal | 254 | 245 | 156 | 0 | 4 | 44 | 41 | 65 | 33 | 67 |
| Binary | 10101100 | 10100101 | 1101110 | 0 | 100 | 100100 | 100001 | 110101 | 11011 | 110111 |
Color Harmonies of #ACA56E
Complementary color
Monochromatic Colors of #ACA56E
Black with #ACA56E
Text Example
Text Example
White with #ACA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA56E; }
p { color: rgb(172,165,110); }
H1.HeaderClassName
{
color: #ACA56E;
}
.AnyTagClassName
{
color: #ACA56E;
}
</style>
background-color css
<style>
a { background-color: #ACA56E; }
a { background-color: rgb(172,165,110); }
div.DivClassName
{
background-color: #ACA56E;
}
.BgClassName
{
background-color: #ACA56E;
}
</style>
border-color css
<style>
span { border-color: #ACA56E; }
span { border-color: rgb(172,165,110); }
td.TdClassName
{
border-color: #ACA56E;
}
.TagClassName
{
border-color: #ACA56E;
}
</style>