#AE5464

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

Shades of Blush #AE5464

Tints of Blush #AE5464

Color information

#AE5464 (or 0xAE5464) is unknown color: approx Blush. HEX triplet: AE, 54 and 64. RGB value is (174,84,100). Sum of RGB (Red+Green+Blue) = 174+84+100=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5464 is #51AB9B. Grayscale: #707070. Windows color (decimal): -5352348 or 6575278. OLE color: 6575278.

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

Color convert

RGB17484100-
CMYK00.520.430.32
HSL349.33º35.71%50.59%-
HSV(B)349.33º51.72%68.24%-
XYZ22.9316.2613.99-
YUV112.73120.82171.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=48.60%
G=23.46%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748410000.520.430.32349.3335.7150.59
HexAE54640342B2015d2433
Octal25612414406453405354463
Binary10101110101010011001000110100101011100000101011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5464; }

 p { color: rgb(174,84,100); }

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

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

 a { background-color: rgb(174,84,100); }

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

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

 span { border-color: rgb(174,84,100); }

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