#AE586E

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

Shades of Blush #AE586E

Tints of Blush #AE586E

Color information

#AE586E (or 0xAE586E) is unknown color: approx Blush. HEX triplet: AE, 58 and 6E. RGB value is (174,88,110). Sum of RGB (Red+Green+Blue) = 174+88+110=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE586E is #51A791. Grayscale: #747474. Windows color (decimal): -5351314 or 7231662. OLE color: 7231662.

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

Color convert

RGB17488110-
CMYK00.490.370.32
HSL344.65º34.68%51.37%-
HSV(B)344.65º49.43%68.24%-
XYZ23.7617.116.8-
YUV116.22124.49169.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=46.77%
G=23.66%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748811000.490.370.32344.6534.6851.37
HexAE586E03125201592333
Octal25613015606145405314363
Binary10101110101100011011100110001100101100000101011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE586E; }

 p { color: rgb(174,88,110); }

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

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

 a { background-color: rgb(174,88,110); }

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

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

 span { border-color: rgb(174,88,110); }

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