#AE5565

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

Shades of Blush #AE5565

Tints of Blush #AE5565

Color information

#AE5565 (or 0xAE5565) is unknown color: approx Blush. HEX triplet: AE, 55 and 65. RGB value is (174,85,101). Sum of RGB (Red+Green+Blue) = 174+85+101=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5565 is #51AA9A. Grayscale: #717171. Windows color (decimal): -5352091 or 6641070. OLE color: 6641070.

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

Color convert

RGB17485101-
CMYK00.510.420.32
HSL349.21º35.46%50.78%-
HSV(B)349.21º51.15%68.24%-
XYZ23.0516.4414.27-
YUV113.43120.99171.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=48.33%
G=23.61%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748510100.510.420.32349.2135.4650.78
HexAE55650332A2015d2333
Octal25612514506352405354363
Binary10101110101010111001010110011101010100000101011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5565; }

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

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

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

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

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

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

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

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