#AE96BC

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

Shades of East Side #AE96BC

Tints of East Side #AE96BC

Color information

#AE96BC (or 0xAE96BC) is unknown color: approx East Side. HEX triplet: AE, 96 and BC. RGB value is (174,150,188). Sum of RGB (Red+Green+Blue) = 174+150+188=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96BC is #516943. Grayscale: #A1A1A1. Windows color (decimal): -5335364 or 12359342. OLE color: 12359342.

HSL color Cylindrical-coordinate representation of color #AE96BC: hue angle of 277.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE96BC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174150188-
CMYK0.070.2000.26
HSL277.89º22.09%66.27%-
HSV(B)277.89º20.21%73.73%-
XYZ37.4434.4452.25-
YUV161.51142.95136.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=33.98%
G=29.30%
B=36.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741501880.070.2000.26277.8922.0966.27
HexAE96BC71401A1161642
Octal25622627472403242626102
Binary10101110100101101011110011110100011010100010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96BC; }

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

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

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

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

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

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

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

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