#AE92BA

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

Shades of East Side #AE92BA

Tints of East Side #AE92BA

Color information

#AE92BA (or 0xAE92BA) is unknown color: approx East Side. HEX triplet: AE, 92 and BA. RGB value is (174,146,186). Sum of RGB (Red+Green+Blue) = 174+146+186=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92BA is #516D45. Grayscale: #9E9E9E. Windows color (decimal): -5336390 or 12227246. OLE color: 12227246.

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

Color convert

RGB174146186-
CMYK0.060.2200.27
HSL282º22.47%65.1%-
HSV(B)282º21.51%72.94%-
XYZ36.633.150.91-
YUV158.93143.28138.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=34.39%
G=28.85%
B=36.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741461860.060.2200.2728222.4765.1
HexAE92BA61601B11a1641
Octal25622227262603343226101
Binary10101110100100101011101011010110011011100011010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92BA; }

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

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

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

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

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

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

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

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