#AE5466

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

Shades of Blush #AE5466

Tints of Blush #AE5466

Color information

#AE5466 (or 0xAE5466) is unknown color: approx Blush. HEX triplet: AE, 54 and 66. RGB value is (174,84,102). Sum of RGB (Red+Green+Blue) = 174+84+102=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5466 is #51AB99. Grayscale: #707070. Windows color (decimal): -5352346 or 6706350. OLE color: 6706350.

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

Color convert

RGB17484102-
CMYK00.520.410.32
HSL348º35.71%50.59%-
HSV(B)348º51.72%68.24%-
XYZ23.0216.314.5-
YUV112.96121.82171.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=48.33%
G=23.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748410200.520.410.3234835.7150.59
HexAE5466034292015c2433
Octal25612414606451405344463
Binary10101110101010011001100110100101001100000101011100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5466; }

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

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

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

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

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

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

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

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