#AE586C

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

Shades of Blush #AE586C

Tints of Blush #AE586C

Color information

#AE586C (or 0xAE586C) is unknown color: approx Blush. HEX triplet: AE, 58 and 6C. RGB value is (174,88,108). Sum of RGB (Red+Green+Blue) = 174+88+108=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE586C is #51A793. Grayscale: #737373. Windows color (decimal): -5351316 or 7100590. OLE color: 7100590.

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

Color convert

RGB17488108-
CMYK00.490.380.32
HSL346.05º34.68%51.37%-
HSV(B)346.05º49.43%68.24%-
XYZ23.6517.0616.23-
YUV115.99123.49169.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=47.03%
G=23.78%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748810800.490.380.32346.0534.6851.37
HexAE586C031262015a2333
Octal25613015406146405324363
Binary10101110101100011011000110001100110100000101011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE586C; }

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

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

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

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

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

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

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

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