Shades of Hillary #ACA380
Tints of Hillary #ACA380
RGB
CMYK
RGB Variations
Color information
#ACA380 (or 0xACA380) is known color: Hillary. HEX triplet: AC, A3 and 80. RGB value is (172,163,128). Sum of RGB (Red+Green+Blue) = 172+163+128=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA380 is #535C7F. Grayscale: #A1A1A1. Windows color (decimal): -5463168 or 8430508. OLE color: 8430508.
HSL color Cylindrical-coordinate representation of color #ACA380: hue angle of 47.73º 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 #ACA380 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 163 | 128 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.33 |
| HSL | 47.73º | 0.21% | 0.59% | - |
| HSV(B) | 47.73º | 0.26% | 0.67% | - |
| XYZ | 34.01 | 36.52 | 25.68 | - |
| YUV | 161.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 163 | 128 | 0 | 0.05 | 0.26 | 0.33 | 47.73 | 0.21 | 0.59 |
| Hex | AC | A3 | 80 | 0 | 5 | 1A | 21 | 30 | 15 | 3B |
| Octal | 254 | 243 | 200 | 0 | 5 | 32 | 41 | 60 | 25 | 73 |
| Binary | 10101100 | 10100011 | 10000000 | 0 | 101 | 11010 | 100001 | 110000 | 10101 | 111011 |
Color Harmonies of #ACA380
Complementary color
Monochromatic Colors of #ACA380
Black with #ACA380
Text Example
Text Example
White with #ACA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA380; }
p { color: rgb(172,163,128); }
H1.HeaderClassName
{
color: #ACA380;
}
.AnyTagClassName
{
color: #ACA380;
}
</style>
background-color css
<style>
a { background-color: #ACA380; }
a { background-color: rgb(172,163,128); }
div.DivClassName
{
background-color: #ACA380;
}
.BgClassName
{
background-color: #ACA380;
}
</style>
border-color css
<style>
span { border-color: #ACA380; }
span { border-color: rgb(172,163,128); }
td.TdClassName
{
border-color: #ACA380;
}
.TagClassName
{
border-color: #ACA380;
}
</style>