#AE9CBA

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

Shades of East Side #AE9CBA

Tints of East Side #AE9CBA

Color information

#AE9CBA (or 0xAE9CBA) is unknown color: approx East Side. HEX triplet: AE, 9C and BA. RGB value is (174,156,186). Sum of RGB (Red+Green+Blue) = 174+156+186=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CBA is #516345. Grayscale: #A4A4A4. Windows color (decimal): -5333830 or 12229806. OLE color: 12229806.

HSL color Cylindrical-coordinate representation of color #AE9CBA: hue angle of 276º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE9CBA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174156186-
CMYK0.060.1600.27
HSL276º17.86%67.06%-
HSV(B)276º16.13%72.94%-
XYZ38.2136.3251.45-
YUV164.8139.96134.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=33.72%
G=30.23%
B=36.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741561860.060.1600.2727617.8667.06
HexAE9CBA61001B1141243
Octal25623427262003342422103
Binary10101110100111001011101011010000011011100010100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CBA; }

 p { color: rgb(174,156,186); }

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

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

 a { background-color: rgb(174,156,186); }

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

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

 span { border-color: rgb(174,156,186); }

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