#AE92B8

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

Shades of East Side #AE92B8

Tints of East Side #AE92B8

Color information

#AE92B8 (or 0xAE92B8) is unknown color: approx East Side. HEX triplet: AE, 92 and B8. RGB value is (174,146,184). Sum of RGB (Red+Green+Blue) = 174+146+184=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE92B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92B8 is #516D47. Grayscale: #9E9E9E. Windows color (decimal): -5336392 or 12096174. OLE color: 12096174.

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

Color convert

RGB174146184-
CMYK0.050.2100.28
HSL284.21º21.11%64.71%-
HSV(B)284.21º20.65%72.16%-
XYZ36.3933.0249.8-
YUV158.7142.28138.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 184 (72.27% from 255) = 36.51%
R=34.52%
G=28.97%
B=36.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741461840.050.2100.28284.2121.1164.71
HexAE92B851501C11c1541
Octal25622227052503443425101
Binary10101110100100101011100010110101011100100011100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92B8; }

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

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

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

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

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

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

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

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