#AE98B6

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

Shades of East Side #AE98B6

Tints of East Side #AE98B6

Color information

#AE98B6 (or 0xAE98B6) is unknown color: approx East Side. HEX triplet: AE, 98 and B6. RGB value is (174,152,182). Sum of RGB (Red+Green+Blue) = 174+152+182=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE98B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98B6 is #516749. Grayscale: #A1A1A1. Windows color (decimal): -5334858 or 11966638. OLE color: 11966638.

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

Color convert

RGB174152182-
CMYK0.040.1600.29
HSL284º17.05%65.49%-
HSV(B)284º16.48%71.37%-
XYZ37.1334.8349.02-
YUV162139.29136.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=34.25%
G=29.92%
B=35.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741521820.040.1600.2928417.0565.49
HexAE98B641001D11c1141
Octal25623026642003543421101
Binary10101110100110001011011010010000011101100011100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98B6; }

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

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

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

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

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

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

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

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