#AE5A6B

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

Shades of Blush #AE5A6B

Tints of Blush #AE5A6B

Color information

#AE5A6B (or 0xAE5A6B) is unknown color: approx Blush. HEX triplet: AE, 5A and 6B. RGB value is (174,90,107). Sum of RGB (Red+Green+Blue) = 174+90+107=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5A6B is #51A594. Grayscale: #757575. Windows color (decimal): -5350805 or 7035566. OLE color: 7035566.

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

Color convert

RGB17490107-
CMYK00.480.390.32
HSL347.86º34.15%51.76%-
HSV(B)347.86º48.28%68.24%-
XYZ23.7717.3716.01-
YUV117.05122.33168.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=46.90%
G=24.26%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749010700.480.390.32347.8634.1551.76
HexAE5A6B030272015c2234
Octal25613215306047405344264
Binary10101110101101011010110110000100111100000101011100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A6B; }

 p { color: rgb(174,90,107); }

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

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

 a { background-color: rgb(174,90,107); }

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

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

 span { border-color: rgb(174,90,107); }

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