#AE5366

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

Shades of Blush #AE5366

Tints of Blush #AE5366

Color information

#AE5366 (or 0xAE5366) is unknown color: approx Blush. HEX triplet: AE, 53 and 66. RGB value is (174,83,102). Sum of RGB (Red+Green+Blue) = 174+83+102=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5366 is #51AC99. Grayscale: #707070. Windows color (decimal): -5352602 or 6706094. OLE color: 6706094.

HSL color Cylindrical-coordinate representation of color #AE5366: hue angle of 347.47º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5366 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17483102-
CMYK00.520.410.32
HSL347.47º35.97%50.39%-
HSV(B)347.47º52.3%68.24%-
XYZ22.9516.1414.48-
YUV112.37122.15171.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=48.47%
G=23.12%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748310200.520.410.32347.4735.9750.39
HexAE5366034292015b2432
Octal25612314606451405334462
Binary10101110101001111001100110100101001100000101011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5366; }

 p { color: rgb(174,83,102); }

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

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

 a { background-color: rgb(174,83,102); }

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

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

 span { border-color: rgb(174,83,102); }

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