Shades of Hillary #AEA07E
Tints of Hillary #AEA07E
RGB
CMYK
RGB Variations
Color information
#AEA07E (or 0xAEA07E) is known color: Hillary. HEX triplet: AE, A0 and 7E. RGB value is (174,160,126). Sum of RGB (Red+Green+Blue) = 174+160+126=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA07E is #515F81. Grayscale: #A0A0A0. Windows color (decimal): -5332866 or 8298670. OLE color: 8298670.
HSL color Cylindrical-coordinate representation of color #AEA07E: hue angle of 42.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEA07E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 126 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.32 |
| HSL | 42.5º | 0.23% | 0.59% | - |
| HSV(B) | 42.5º | 0.28% | 0.68% | - |
| XYZ | 33.79 | 35.65 | 24.84 | - |
| YUV | 160.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 126 | 0 | 0.08 | 0.28 | 0.32 | 42.5 | 0.23 | 0.59 |
| Hex | AE | A0 | 7E | 0 | 8 | 1C | 20 | 2A | 17 | 3B |
| Octal | 256 | 240 | 176 | 0 | 10 | 34 | 40 | 52 | 27 | 73 |
| Binary | 10101110 | 10100000 | 1111110 | 0 | 1000 | 11100 | 100000 | 101010 | 10111 | 111011 |
Color Harmonies of #AEA07E
Complementary color
Monochromatic Colors of #AEA07E
Black with #AEA07E
Text Example
Text Example
White with #AEA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA07E; }
p { color: rgb(174,160,126); }
H1.HeaderClassName
{
color: #AEA07E;
}
.AnyTagClassName
{
color: #AEA07E;
}
</style>
background-color css
<style>
a { background-color: #AEA07E; }
a { background-color: rgb(174,160,126); }
div.DivClassName
{
background-color: #AEA07E;
}
.BgClassName
{
background-color: #AEA07E;
}
</style>
border-color css
<style>
span { border-color: #AEA07E; }
span { border-color: rgb(174,160,126); }
td.TdClassName
{
border-color: #AEA07E;
}
.TagClassName
{
border-color: #AEA07E;
}
</style>