#AE5164

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

Shades of Blush #AE5164

Tints of Blush #AE5164

Color information

#AE5164 (or 0xAE5164) is unknown color: approx Blush. HEX triplet: AE, 51 and 64. RGB value is (174,81,100). Sum of RGB (Red+Green+Blue) = 174+81+100=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5164 is #51AE9B. Grayscale: #6E6E6E. Windows color (decimal): -5353116 or 6574510. OLE color: 6574510.

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

Color convert

RGB17481100-
CMYK00.530.430.32
HSL347.74º36.47%50%-
HSV(B)347.74º53.45%68.24%-
XYZ22.715.813.91-
YUV110.97121.81172.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=49.01%
G=22.82%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748110000.530.430.32347.7436.4750
HexAE51640352B2015c2432
Octal25612114406553405344462
Binary10101110101000111001000110101101011100000101011100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5164; }

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

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

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

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

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

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

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

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