#AEA079

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

Shades of Hillary #AEA079

Tints of Hillary #AEA079

Color information

#AEA079 (or 0xAEA079) is unknown color: approx Hillary. HEX triplet: AE, A0 and 79. RGB value is (174,160,121). Sum of RGB (Red+Green+Blue) = 174+160+121=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA079 is #515F86. Grayscale: #9F9F9F. Windows color (decimal): -5332871 or 7970990. OLE color: 7970990.

HSL color Cylindrical-coordinate representation of color #AEA079: hue angle of 44.15º degrees, saturation: 0.25, 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 #AEA079 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174160121-
CMYK00.080.300.32
HSL44.15º24.65%57.84%-
HSV(B)44.15º30.46%68.24%-
XYZ33.4835.5223.18-
YUV159.74106.14138.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=38.24%
G=35.16%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416012100.080.300.3244.1524.6557.84
HexAEA079081E202c193a
Octal2562401710103640543172
Binary10101110101000001111001010001111010000010110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA079; }

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

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

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

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

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

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

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

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