#AE5970

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

Shades of Blush #AE5970

Tints of Blush #AE5970

Color information

#AE5970 (or 0xAE5970) is unknown color: approx Blush. HEX triplet: AE, 59 and 70. RGB value is (174,89,112). Sum of RGB (Red+Green+Blue) = 174+89+112=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5970 is #51A68F. Grayscale: #757575. Windows color (decimal): -5351056 or 7362990. OLE color: 7362990.

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

Color convert

RGB17489112-
CMYK00.490.360.32
HSL343.76º34.41%51.57%-
HSV(B)343.76º48.85%68.24%-
XYZ23.9517.3117.41-
YUV117.04125.16168.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=46.4%
G=23.73%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748911200.490.360.32343.7634.4151.57
HexAE597003124201582234
Octal25613116006144405304264
Binary10101110101100111100000110001100100100000101011000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5970; }

 p { color: rgb(174,89,112); }

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

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

 a { background-color: rgb(174,89,112); }

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

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

 span { border-color: rgb(174,89,112); }

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