Shades of Hillary #AEA574
Tints of Hillary #AEA574
RGB
CMYK
RGB Variations
Color information
#AEA574 (or 0xAEA574) is known color: Hillary. HEX triplet: AE, A5 and 74. RGB value is (174,165,116). Sum of RGB (Red+Green+Blue) = 174+165+116=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA574 is #515A8B. Grayscale: #A2A2A2. Windows color (decimal): -5331596 or 7644590. OLE color: 7644590.
HSL color Cylindrical-coordinate representation of color #AEA574: hue angle of 50.69º 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 #AEA574 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 116 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.32 |
| HSL | 50.69º | 0.26% | 0.57% | - |
| HSV(B) | 50.69º | 0.33% | 0.68% | - |
| XYZ | 34.06 | 37.17 | 21.9 | - |
| YUV | 162.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 116 | 0 | 0.05 | 0.33 | 0.32 | 50.69 | 0.26 | 0.57 |
| Hex | AE | A5 | 74 | 0 | 5 | 21 | 20 | 33 | 1A | 39 |
| Octal | 256 | 245 | 164 | 0 | 5 | 41 | 40 | 63 | 32 | 71 |
| Binary | 10101110 | 10100101 | 1110100 | 0 | 101 | 100001 | 100000 | 110011 | 11010 | 111001 |
Color Harmonies of #AEA574
Complementary color
Monochromatic Colors of #AEA574
Black with #AEA574
Text Example
Text Example
White with #AEA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA574; }
p { color: rgb(174,165,116); }
H1.HeaderClassName
{
color: #AEA574;
}
.AnyTagClassName
{
color: #AEA574;
}
</style>
background-color css
<style>
a { background-color: #AEA574; }
a { background-color: rgb(174,165,116); }
div.DivClassName
{
background-color: #AEA574;
}
.BgClassName
{
background-color: #AEA574;
}
</style>
border-color css
<style>
span { border-color: #AEA574; }
span { border-color: rgb(174,165,116); }
td.TdClassName
{
border-color: #AEA574;
}
.TagClassName
{
border-color: #AEA574;
}
</style>