#AEA078

Color #AEA078 Hillary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hillary #AEA078

Tints of Hillary #AEA078

Color information

#AEA078 (or 0xAEA078) is unknown color: approx Hillary. HEX triplet: AE, A0 and 78. RGB value is (174,160,120). Sum of RGB (Red+Green+Blue) = 174+160+120=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA078 is #515F87. Grayscale: #9F9F9F. Windows color (decimal): -5332872 or 7905454. OLE color: 7905454.

HSL color Cylindrical-coordinate representation of color #AEA078: hue angle of 44.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEA078 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB174160120-
CMYK00.080.310.32
HSL44.44º25%57.65%-
HSV(B)44.44º31.03%68.24%-
XYZ33.4235.522.86-
YUV159.63105.64138.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=38.33%
G=35.24%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416012000.080.310.3244.442557.65
HexAEA078081F202c193a
Octal2562401700103740543172
Binary10101110101000001111000010001111110000010110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA078; }

 p { color: rgb(174,160,120); }

 H1.HeaderClassName
 {
   color: #AEA078;
 }
 .AnyTagClassName
 {
   color: #AEA078;
 }
</style>
background-color css

<style>
 a { background-color: #AEA078; }

 a { background-color: rgb(174,160,120); }

 div.DivClassName
 {
   background-color: #AEA078;
 }
 .BgClassName
 {
   background-color: #AEA078;
 }
</style>
border-color css

<style>
 span { border-color: #AEA078; }

 span { border-color: rgb(174,160,120); }

 td.TdClassName
 {
   border-color: #AEA078;
 }
 .TagClassName
 {
   border-color: #AEA078;
 }
</style>