#AE5062

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

Shades of Blush #AE5062

Tints of Blush #AE5062

Color information

#AE5062 (or 0xAE5062) is unknown color: approx Blush. HEX triplet: AE, 50 and 62. RGB value is (174,80,98). Sum of RGB (Red+Green+Blue) = 174+80+98=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5062 is #51AF9D. Grayscale: #6E6E6E. Windows color (decimal): -5353374 or 6443182. OLE color: 6443182.

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

Color convert

RGB1748098-
CMYK00.540.440.32
HSL348.51º37.01%49.8%-
HSV(B)348.51º54.02%68.24%-
XYZ22.5315.6213.38-
YUV110.16121.14173.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=49.43%
G=22.73%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174809800.540.440.32348.5137.0149.8
HexAE50620362C2015d2532
Octal25612014206654405354562
Binary10101110101000011000100110110101100100000101011101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5062; }

 p { color: rgb(174,80,98); }

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

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

 a { background-color: rgb(174,80,98); }

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

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

 span { border-color: rgb(174,80,98); }

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