#AEA674

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

Shades of Hillary #AEA674

Tints of Hillary #AEA674

Color information

#AEA674 (or 0xAEA674) is unknown color: approx Hillary. HEX triplet: AE, A6 and 74. RGB value is (174,166,116). Sum of RGB (Red+Green+Blue) = 174+166+116=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA674 is #51598B. Grayscale: #A2A2A2. Windows color (decimal): -5331340 or 7644846. OLE color: 7644846.

HSL color Cylindrical-coordinate representation of color #AEA674: hue angle of 51.72º 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 #AEA674 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB174166116-
CMYK00.050.330.32
HSL51.72º26.36%56.86%-
HSV(B)51.72º33.33%68.24%-
XYZ34.2437.5321.96-
YUV162.69101.65136.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=38.16%
G=36.40%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416611600.050.330.3251.7226.3656.86
HexAEA674052120341a39
Octal256246164054140643271
Binary10101110101001101110100010110000110000011010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA674; }

 p { color: rgb(174,166,116); }

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

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

 a { background-color: rgb(174,166,116); }

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

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

 span { border-color: rgb(174,166,116); }

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