#AE5969

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

Shades of Blush #AE5969

Tints of Blush #AE5969

Color information

#AE5969 (or 0xAE5969) is unknown color: approx Blush. HEX triplet: AE, 59 and 69. RGB value is (174,89,105). Sum of RGB (Red+Green+Blue) = 174+89+105=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5969 is #51A696. Grayscale: #747474. Windows color (decimal): -5351063 or 6904238. OLE color: 6904238.

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

Color convert

RGB17489105-
CMYK00.490.400.32
HSL348.71º34.41%51.57%-
HSV(B)348.71º48.85%68.24%-
XYZ23.5817.1615.43-
YUV116.24121.66169.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=47.28%
G=24.18%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748910500.490.400.32348.7134.4151.57
HexAE5969031282015d2234
Octal25613115106150405354264
Binary10101110101100111010010110001101000100000101011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5969; }

 p { color: rgb(174,89,105); }

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

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

 a { background-color: rgb(174,89,105); }

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

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

 span { border-color: rgb(174,89,105); }

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