#ae5971

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

Shades of Blush #AE5971

Tints of Blush #AE5971

Color information

#AE5971 (or 0xAE5971) is unknown color: approx Blush. HEX triplet: AE, 59 and 71. RGB value is (174,89,113). Sum of RGB (Red+Green+Blue) = 174+89+113=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5971 is #51A68E. Grayscale: #757575. Windows color (decimal): -5351055 or 7428526. OLE color: 7428526.

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

Color convert

RGB17489113-
CMYK00.490.350.32
HSL343.06º34.41%51.57%-
HSV(B)343.06º48.85%68.24%-
XYZ24.0117.3417.7-
YUV117.15125.66168.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=46.28%
G=23.67%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748911300.490.350.32343.0634.4151.57
HexAE597103123201572234
Octal25613116106143405274264
Binary10101110101100111100010110001100011100000101010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5971; }

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

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

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

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

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

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

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

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