#AE96C0

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

Shades of East Side #AE96C0

Tints of East Side #AE96C0

Color information

#AE96C0 (or 0xAE96C0) is unknown color: approx East Side. HEX triplet: AE, 96 and C0. RGB value is (174,150,192). Sum of RGB (Red+Green+Blue) = 174+150+192=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE96C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96C0 is #51693F. Grayscale: #A1A1A1. Windows color (decimal): -5335360 or 12621486. OLE color: 12621486.

HSL color Cylindrical-coordinate representation of color #AE96C0: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE96C0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174150192-
CMYK0.090.2200.25
HSL274.29º25%67.06%-
HSV(B)274.29º21.88%75.29%-
XYZ37.8834.6254.55-
YUV161.96144.95136.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=33.72%
G=29.07%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741501920.090.2200.25274.292567.06
HexAE96C09160191121943
Octal256226300112603142231103
Binary101011101001011011000000100110110011001100010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96C0; }

 p { color: rgb(174,150,192); }

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

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

 a { background-color: rgb(174,150,192); }

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

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

 span { border-color: rgb(174,150,192); }

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