#AE5469

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

Shades of Blush #AE5469

Tints of Blush #AE5469

Color information

#AE5469 (or 0xAE5469) is unknown color: approx Blush. HEX triplet: AE, 54 and 69. RGB value is (174,84,105). Sum of RGB (Red+Green+Blue) = 174+84+105=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5469 is #51AB96. Grayscale: #717171. Windows color (decimal): -5352343 or 6902958. OLE color: 6902958.

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

Color convert

RGB17484105-
CMYK00.520.400.32
HSL346º35.71%50.59%-
HSV(B)346º51.72%68.24%-
XYZ23.1816.3615.3-
YUV113.3123.32171.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=47.93%
G=23.14%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748410500.520.400.3234635.7150.59
HexAE5469034282015a2433
Octal25612415106450405324463
Binary10101110101010011010010110100101000100000101011010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5469; }

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

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

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

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

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

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

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

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