#AE5972

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

Shades of Blush #AE5972

Tints of Blush #AE5972

Color information

#AE5972 (or 0xAE5972) is unknown color: approx Blush. HEX triplet: AE, 59 and 72. RGB value is (174,89,114). Sum of RGB (Red+Green+Blue) = 174+89+114=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5972 is #51A68D. Grayscale: #757575. Windows color (decimal): -5351054 or 7494062. OLE color: 7494062.

HSL color Cylindrical-coordinate representation of color #AE5972: hue angle of 342.35º 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 #AE5972 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17489114-
CMYK00.490.340.32
HSL342.35º34.41%51.57%-
HSV(B)342.35º48.85%68.24%-
XYZ24.0717.3618-
YUV117.26126.16168.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=46.15%
G=23.61%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748911400.490.340.32342.3534.4151.57
HexAE597203122201562234
Octal25613116206142405264264
Binary10101110101100111100100110001100010100000101010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5972; }

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

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

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

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

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

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

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

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