#AE5E6E

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

Shades of Blush #AE5E6E

Tints of Blush #AE5E6E

Color information

#AE5E6E (or 0xAE5E6E) is unknown color: approx Blush. HEX triplet: AE, 5E and 6E. RGB value is (174,94,110). Sum of RGB (Red+Green+Blue) = 174+94+110=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E6E is #51A191. Grayscale: #777777. Windows color (decimal): -5349778 or 7233198. OLE color: 7233198.

HSL color Cylindrical-coordinate representation of color #AE5E6E: hue angle of 348º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE5E6E is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB17494110-
CMYK00.460.370.32
HSL348º33.06%52.55%-
HSV(B)348º45.98%68.24%-
XYZ24.2718.1316.97-
YUV119.74122.5166.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=46.03%
G=24.87%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749411000.460.370.3234833.0652.55
HexAE5E6E02E252015c2135
Octal25613615605645405344165
Binary10101110101111011011100101110100101100000101011100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E6E; }

 p { color: rgb(174,94,110); }

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

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

 a { background-color: rgb(174,94,110); }

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

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

 span { border-color: rgb(174,94,110); }

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