Shades of Hillary #AEA474
Tints of Hillary #AEA474
RGB
CMYK
RGB Variations
Color information
#AEA474 (or 0xAEA474) is known color: Hillary. HEX triplet: AE, A4 and 74. RGB value is (174,164,116). Sum of RGB (Red+Green+Blue) = 174+164+116=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA474 is #515B8B. Grayscale: #A1A1A1. Windows color (decimal): -5331852 or 7644334. OLE color: 7644334.
HSL color Cylindrical-coordinate representation of color #AEA474: hue angle of 49.66º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA474 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 164 | 116 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.32 |
| HSL | 49.66º | 0.26% | 0.57% | - |
| HSV(B) | 49.66º | 0.33% | 0.68% | - |
| XYZ | 33.88 | 36.81 | 21.84 | - |
| YUV | 161.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 116 | 0 | 0.06 | 0.33 | 0.32 | 49.66 | 0.26 | 0.57 |
| Hex | AE | A4 | 74 | 0 | 6 | 21 | 20 | 32 | 1A | 39 |
| Octal | 256 | 244 | 164 | 0 | 6 | 41 | 40 | 62 | 32 | 71 |
| Binary | 10101110 | 10100100 | 1110100 | 0 | 110 | 100001 | 100000 | 110010 | 11010 | 111001 |
Color Harmonies of #AEA474
Complementary color
Monochromatic Colors of #AEA474
Black with #AEA474
Text Example
Text Example
White with #AEA474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA474; }
p { color: rgb(174,164,116); }
H1.HeaderClassName
{
color: #AEA474;
}
.AnyTagClassName
{
color: #AEA474;
}
</style>
background-color css
<style>
a { background-color: #AEA474; }
a { background-color: rgb(174,164,116); }
div.DivClassName
{
background-color: #AEA474;
}
.BgClassName
{
background-color: #AEA474;
}
</style>
border-color css
<style>
span { border-color: #AEA474; }
span { border-color: rgb(174,164,116); }
td.TdClassName
{
border-color: #AEA474;
}
.TagClassName
{
border-color: #AEA474;
}
</style>