#AE5D5F

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

Shades of Blush #AE5D5F

Tints of Blush #AE5D5F

Color information

#AE5D5F (or 0xAE5D5F) is unknown color: approx Blush. HEX triplet: AE, 5D and 5F. RGB value is (174,93,95). Sum of RGB (Red+Green+Blue) = 174+93+95=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D5F is #51A2A0. Grayscale: #757575. Windows color (decimal): -5350049 or 6249902. OLE color: 6249902.

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

Color convert

RGB1749395-
CMYK00.470.450.32
HSL358.52º33.33%52.35%-
HSV(B)358.52º46.55%68.24%-
XYZ23.4417.6513-
YUV117.45115.34168.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=48.07%
G=25.69%
B=26.24%

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
Decimal174939500.470.450.32358.5233.3352.35
HexAE5D5F02F2D201672134
Octal25613513705755405474164
Binary10101110101110110111110101111101101100000101100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D5F; }

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

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

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

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

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

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

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

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