Shades of Hillary #AEA076
Tints of Hillary #AEA076
RGB
CMYK
RGB Variations
Color information
#AEA076 (or 0xAEA076) is known color: Hillary. HEX triplet: AE, A0 and 76. RGB value is (174,160,118). Sum of RGB (Red+Green+Blue) = 174+160+118=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA076 is #515F89. Grayscale: #9F9F9F. Windows color (decimal): -5332874 or 7774382. OLE color: 7774382.
HSL color Cylindrical-coordinate representation of color #AEA076: hue angle of 45º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEA076 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 118 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.32 |
| HSL | 45º | 0.26% | 0.57% | - |
| HSV(B) | 45º | 0.32% | 0.68% | - |
| XYZ | 33.3 | 35.45 | 22.23 | - |
| YUV | 159.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 118 | 0 | 0.08 | 0.32 | 0.32 | 45 | 0.26 | 0.57 |
| Hex | AE | A0 | 76 | 0 | 8 | 20 | 20 | 2D | 1A | 39 |
| Octal | 256 | 240 | 166 | 0 | 10 | 40 | 40 | 55 | 32 | 71 |
| Binary | 10101110 | 10100000 | 1110110 | 0 | 1000 | 100000 | 100000 | 101101 | 11010 | 111001 |
Color Harmonies of #AEA076
Complementary color
Monochromatic Colors of #AEA076
Black with #AEA076
Text Example
Text Example
White with #AEA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA076; }
p { color: rgb(174,160,118); }
H1.HeaderClassName
{
color: #AEA076;
}
.AnyTagClassName
{
color: #AEA076;
}
</style>
background-color css
<style>
a { background-color: #AEA076; }
a { background-color: rgb(174,160,118); }
div.DivClassName
{
background-color: #AEA076;
}
.BgClassName
{
background-color: #AEA076;
}
</style>
border-color css
<style>
span { border-color: #AEA076; }
span { border-color: rgb(174,160,118); }
td.TdClassName
{
border-color: #AEA076;
}
.TagClassName
{
border-color: #AEA076;
}
</style>