Shades of Hillary #AEA17A
Tints of Hillary #AEA17A
RGB
CMYK
RGB Variations
Color information
#AEA17A (or 0xAEA17A) is known color: Hillary. HEX triplet: AE, A1 and 7A. RGB value is (174,161,122). Sum of RGB (Red+Green+Blue) = 174+161+122=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA17A is #515E85. Grayscale: #A0A0A0. Windows color (decimal): -5332614 or 8036782. OLE color: 8036782.
HSL color Cylindrical-coordinate representation of color #AEA17A: hue angle of 45º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA17A is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 122 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.32 |
| HSL | 45º | 0.24% | 0.58% | - |
| HSV(B) | 45º | 0.3% | 0.68% | - |
| XYZ | 33.71 | 35.89 | 23.56 | - |
| YUV | 160.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 122 | 0 | 0.07 | 0.30 | 0.32 | 45 | 0.24 | 0.58 |
| Hex | AE | A1 | 7A | 0 | 7 | 1E | 20 | 2D | 18 | 3A |
| Octal | 256 | 241 | 172 | 0 | 7 | 36 | 40 | 55 | 30 | 72 |
| Binary | 10101110 | 10100001 | 1111010 | 0 | 111 | 11110 | 100000 | 101101 | 11000 | 111010 |
Color Harmonies of #AEA17A
Complementary color
Monochromatic Colors of #AEA17A
Black with #AEA17A
Text Example
Text Example
White with #AEA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA17A; }
p { color: rgb(174,161,122); }
H1.HeaderClassName
{
color: #AEA17A;
}
.AnyTagClassName
{
color: #AEA17A;
}
</style>
background-color css
<style>
a { background-color: #AEA17A; }
a { background-color: rgb(174,161,122); }
div.DivClassName
{
background-color: #AEA17A;
}
.BgClassName
{
background-color: #AEA17A;
}
</style>
border-color css
<style>
span { border-color: #AEA17A; }
span { border-color: rgb(174,161,122); }
td.TdClassName
{
border-color: #AEA17A;
}
.TagClassName
{
border-color: #AEA17A;
}
</style>