#AEA475

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

Shades of Hillary #AEA475

Tints of Hillary #AEA475

Color information

#AEA475 (or 0xAEA475) is unknown color: approx Hillary. HEX triplet: AE, A4 and 75. RGB value is (174,164,117). Sum of RGB (Red+Green+Blue) = 174+164+117=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA475 is #515B8A. Grayscale: #A1A1A1. Windows color (decimal): -5331851 or 7709870. OLE color: 7709870.

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

Color convert

RGB174164117-
CMYK00.060.330.32
HSL49.47º26.03%57.06%-
HSV(B)49.47º32.76%68.24%-
XYZ33.9436.8322.15-
YUV161.63102.81136.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=38.24%
G=36.04%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416411700.060.330.3249.4726.0357.06
HexAEA475062120311a39
Octal256244165064140613271
Binary10101110101001001110101011010000110000011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA475; }

 p { color: rgb(174,164,117); }

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

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

 a { background-color: rgb(174,164,117); }

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

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

 span { border-color: rgb(174,164,117); }

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