#AE546C

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

Shades of Blush #AE546C

Tints of Blush #AE546C

Color information

#AE546C (or 0xAE546C) is unknown color: approx Blush. HEX triplet: AE, 54 and 6C. RGB value is (174,84,108). Sum of RGB (Red+Green+Blue) = 174+84+108=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE546C is #51AB93. Grayscale: #717171. Windows color (decimal): -5352340 or 7099566. OLE color: 7099566.

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

Color convert

RGB17484108-
CMYK00.520.380.32
HSL344º35.71%50.59%-
HSV(B)344º51.72%68.24%-
XYZ23.3316.4216.13-
YUV113.65124.82171.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=47.54%
G=22.95%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748410800.520.380.3234435.7150.59
HexAE546C03426201582433
Octal25612415406446405304463
Binary10101110101010011011000110100100110100000101011000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE546C; }

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

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

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

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

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

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

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

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