#AE5B60

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

Shades of Blush #AE5B60

Tints of Blush #AE5B60

Color information

#AE5B60 (or 0xAE5B60) is unknown color: approx Blush. HEX triplet: AE, 5B and 60. RGB value is (174,91,96). Sum of RGB (Red+Green+Blue) = 174+91+96=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5B60 is #51A49F. Grayscale: #747474. Windows color (decimal): -5350560 or 6314926. OLE color: 6314926.

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

Color convert

RGB1749196-
CMYK00.480.450.32
HSL356.39º33.88%51.96%-
HSV(B)356.39º47.7%68.24%-
XYZ23.3117.3313.18-
YUV116.39116.5169.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=48.20%
G=25.21%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174919600.480.450.32356.3933.8851.96
HexAE5B600302D201642234
Octal25613314006055405444264
Binary10101110101101111000000110000101101100000101100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B60; }

 p { color: rgb(174,91,96); }

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

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

 a { background-color: rgb(174,91,96); }

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

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

 span { border-color: rgb(174,91,96); }

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