#AEA370

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

Shades of Hillary #AEA370

Tints of Hillary #AEA370

Color information

#AEA370 (or 0xAEA370) is unknown color: approx Hillary. HEX triplet: AE, A3 and 70. RGB value is (174,163,112). Sum of RGB (Red+Green+Blue) = 174+163+112=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA370 is #515C8F. Grayscale: #A0A0A0. Windows color (decimal): -5332112 or 7381934. OLE color: 7381934.

HSL color Cylindrical-coordinate representation of color #AEA370: hue angle of 49.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEA370 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB174163112-
CMYK00.060.360.32
HSL49.35º27.68%56.08%-
HSV(B)49.35º35.63%68.24%-
XYZ33.4836.3620.58-
YUV160.48100.64137.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=38.75%
G=36.30%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416311200.060.360.3249.3527.6856.08
HexAEA370062420311c38
Octal256243160064440613470
Binary10101110101000111110000011010010010000011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA370; }

 p { color: rgb(174,163,112); }

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

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

 a { background-color: rgb(174,163,112); }

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

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

 span { border-color: rgb(174,163,112); }

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