#AE4C66

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

Shades of Blush #AE4C66

Tints of Blush #AE4C66

Color information

#AE4C66 (or 0xAE4C66) is unknown color: approx Blush. HEX triplet: AE, 4C and 66. RGB value is (174,76,102). Sum of RGB (Red+Green+Blue) = 174+76+102=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C66 is #51B399. Grayscale: #6C6C6C. Windows color (decimal): -5354394 or 6704302. OLE color: 6704302.

HSL color Cylindrical-coordinate representation of color #AE4C66: hue angle of 344.08º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4C66 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17476102-
CMYK00.560.410.32
HSL344.08º39.2%49.02%-
HSV(B)344.08º56.32%68.24%-
XYZ22.4415.1314.31-
YUV108.27124.47174.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=49.43%
G=21.59%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747610200.560.410.32344.0839.249.02
HexAE4C6603829201582731
Octal25611414607051405304761
Binary10101110100110011001100111000101001100000101011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C66; }

 p { color: rgb(174,76,102); }

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

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

 a { background-color: rgb(174,76,102); }

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

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

 span { border-color: rgb(174,76,102); }

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