Shades of Hillary #AEA56E
Tints of Hillary #AEA56E
RGB
CMYK
RGB Variations
Color information
#AEA56E (or 0xAEA56E) is known color: Hillary. HEX triplet: AE, A5 and 6E. RGB value is (174,165,110). Sum of RGB (Red+Green+Blue) = 174+165+110=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA56E is #515A91. Grayscale: #A1A1A1. Windows color (decimal): -5331602 or 7251374. OLE color: 7251374.
HSL color Cylindrical-coordinate representation of color #AEA56E: hue angle of 51.56º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEA56E is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 110 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.32 |
| HSL | 51.56º | 0.28% | 0.56% | - |
| HSV(B) | 51.56º | 0.37% | 0.68% | - |
| XYZ | 33.73 | 37.03 | 20.12 | - |
| YUV | 161.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 110 | 0 | 0.05 | 0.37 | 0.32 | 51.56 | 0.28 | 0.56 |
| Hex | AE | A5 | 6E | 0 | 5 | 25 | 20 | 34 | 1C | 38 |
| Octal | 256 | 245 | 156 | 0 | 5 | 45 | 40 | 64 | 34 | 70 |
| Binary | 10101110 | 10100101 | 1101110 | 0 | 101 | 100101 | 100000 | 110100 | 11100 | 111000 |
Color Harmonies of #AEA56E
Complementary color
Monochromatic Colors of #AEA56E
Black with #AEA56E
Text Example
Text Example
White with #AEA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA56E; }
p { color: rgb(174,165,110); }
H1.HeaderClassName
{
color: #AEA56E;
}
.AnyTagClassName
{
color: #AEA56E;
}
</style>
background-color css
<style>
a { background-color: #AEA56E; }
a { background-color: rgb(174,165,110); }
div.DivClassName
{
background-color: #AEA56E;
}
.BgClassName
{
background-color: #AEA56E;
}
</style>
border-color css
<style>
span { border-color: #AEA56E; }
span { border-color: rgb(174,165,110); }
td.TdClassName
{
border-color: #AEA56E;
}
.TagClassName
{
border-color: #AEA56E;
}
</style>