#AE4C65

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

Shades of Blush #AE4C65

Tints of Blush #AE4C65

Color information

#AE4C65 (or 0xAE4C65) is unknown color: approx Blush. HEX triplet: AE, 4C and 65. RGB value is (174,76,101). Sum of RGB (Red+Green+Blue) = 174+76+101=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C65 is #51B39A. Grayscale: #6C6C6C. Windows color (decimal): -5354395 or 6638766. OLE color: 6638766.

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

Color convert

RGB17476101-
CMYK00.560.420.32
HSL344.69º39.2%49.02%-
HSV(B)344.69º56.32%68.24%-
XYZ22.3915.1114.05-
YUV108.15123.97174.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 101 (39.84% from 255) = 28.77%
R=49.57%
G=21.65%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747610100.560.420.32344.6939.249.02
HexAE4C650382A201592731
Octal25611414507052405314761
Binary10101110100110011001010111000101010100000101011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C65; }

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

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

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

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

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

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

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

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