#AE5C5F

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

Shades of Blush #AE5C5F

Tints of Blush #AE5C5F

Color information

#AE5C5F (or 0xAE5C5F) is unknown color: approx Blush. HEX triplet: AE, 5C and 5F. RGB value is (174,92,95). Sum of RGB (Red+Green+Blue) = 174+92+95=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C5F is #51A3A0. Grayscale: #747474. Windows color (decimal): -5350305 or 6249646. OLE color: 6249646.

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

Color convert

RGB1749295-
CMYK00.470.450.32
HSL357.8º33.61%52.16%-
HSV(B)357.8º47.13%68.24%-
XYZ23.3517.4812.97-
YUV116.86115.67168.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=48.20%
G=25.48%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174929500.470.450.32357.833.6152.16
HexAE5C5F02F2D201662234
Octal25613413705755405464264
Binary10101110101110010111110101111101101100000101100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5C5F; }

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

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

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

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

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

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

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

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