#AE96B7

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

Shades of East Side #AE96B7

Tints of East Side #AE96B7

Color information

#AE96B7 (or 0xAE96B7) is unknown color: approx East Side. HEX triplet: AE, 96 and B7. RGB value is (174,150,183). Sum of RGB (Red+Green+Blue) = 174+150+183=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE96B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96B7 is #516948. Grayscale: #A0A0A0. Windows color (decimal): -5335369 or 12031662. OLE color: 12031662.

HSL color Cylindrical-coordinate representation of color #AE96B7: hue angle of 283.64º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE96B7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174150183-
CMYK0.050.1800.28
HSL283.64º18.64%65.29%-
HSV(B)283.64º18.03%71.76%-
XYZ36.9134.2349.46-
YUV160.94140.45137.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=34.32%
G=29.59%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741501830.050.1800.28283.6418.6465.29
HexAE96B751201C11c1341
Octal25622626752203443423101
Binary10101110100101101011011110110010011100100011100100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96B7; }

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

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

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

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

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

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

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

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