#AE5C6F

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

Shades of Blush #AE5C6F

Tints of Blush #AE5C6F

Color information

#AE5C6F (or 0xAE5C6F) is unknown color: approx Blush. HEX triplet: AE, 5C and 6F. RGB value is (174,92,111). Sum of RGB (Red+Green+Blue) = 174+92+111=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C6F is #51A390. Grayscale: #767676. Windows color (decimal): -5350289 or 7298222. OLE color: 7298222.

HSL color Cylindrical-coordinate representation of color #AE5C6F: hue angle of 346.1º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5C6F is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17492111-
CMYK00.470.360.32
HSL346.1º33.61%52.16%-
HSV(B)346.1º47.13%68.24%-
XYZ24.1517.817.2-
YUV118.68123.67167.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=46.15%
G=24.40%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749211100.470.360.32346.133.6152.16
HexAE5C6F02F242015a2234
Octal25613415705744405324264
Binary10101110101110011011110101111100100100000101011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5C6F; }

 p { color: rgb(174,92,111); }

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

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

 a { background-color: rgb(174,92,111); }

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

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

 span { border-color: rgb(174,92,111); }

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