#AE5467

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

Shades of Blush #AE5467

Tints of Blush #AE5467

Color information

#AE5467 (or 0xAE5467) is unknown color: approx Blush. HEX triplet: AE, 54 and 67. RGB value is (174,84,103). Sum of RGB (Red+Green+Blue) = 174+84+103=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5467 is #51AB98. Grayscale: #717171. Windows color (decimal): -5352345 or 6771886. OLE color: 6771886.

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

Color convert

RGB17484103-
CMYK00.520.410.32
HSL347.33º35.71%50.59%-
HSV(B)347.33º51.72%68.24%-
XYZ23.0716.3214.77-
YUV113.08122.32171.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=48.20%
G=23.27%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748410300.520.410.32347.3335.7150.59
HexAE5467034292015b2433
Octal25612414706451405334463
Binary10101110101010011001110110100101001100000101011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5467; }

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

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

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

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

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

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

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

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