#AE97B6

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

Shades of East Side #AE97B6

Tints of East Side #AE97B6

Color information

#AE97B6 (or 0xAE97B6) is unknown color: approx East Side. HEX triplet: AE, 97 and B6. RGB value is (174,151,182). Sum of RGB (Red+Green+Blue) = 174+151+182=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE97B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97B6 is #516849. Grayscale: #A1A1A1. Windows color (decimal): -5335114 or 11966382. OLE color: 11966382.

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

Color convert

RGB174151182-
CMYK0.040.1700.29
HSL284.52º17.51%65.29%-
HSV(B)284.52º17.03%71.37%-
XYZ36.9734.5148.97-
YUV161.41139.62136.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 182 (71.48% from 255) = 35.90%
R=34.32%
G=29.78%
B=35.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741511820.040.1700.29284.5217.5165.29
HexAE97B641101D11d1241
Octal25622726642103543522101
Binary10101110100101111011011010010001011101100011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97B6; }

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

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

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

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

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

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

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

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