#AE96B6

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

Shades of East Side #AE96B6

Tints of East Side #AE96B6

Color information

#AE96B6 (or 0xAE96B6) is unknown color: approx East Side. HEX triplet: AE, 96 and B6. RGB value is (174,150,182). Sum of RGB (Red+Green+Blue) = 174+150+182=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE96B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96B6 is #516949. Grayscale: #A0A0A0. Windows color (decimal): -5335370 or 11966126. OLE color: 11966126.

HSL color Cylindrical-coordinate representation of color #AE96B6: hue angle of 285º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE96B6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174150182-
CMYK0.040.1800.29
HSL285º17.98%65.1%-
HSV(B)285º17.58%71.37%-
XYZ36.8134.1948.92-
YUV160.82139.95137.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=34.39%
G=29.64%
B=35.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741501820.040.1800.2928517.9865.1
HexAE96B641201D11d1241
Octal25622626642203543522101
Binary10101110100101101011011010010010011101100011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96B6; }

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

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

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

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

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

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

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

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