#AE5367

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

Shades of Blush #AE5367

Tints of Blush #AE5367

Color information

#AE5367 (or 0xAE5367) is unknown color: approx Blush. HEX triplet: AE, 53 and 67. RGB value is (174,83,103). Sum of RGB (Red+Green+Blue) = 174+83+103=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5367 is #51AC98. Grayscale: #707070. Windows color (decimal): -5352601 or 6771630. OLE color: 6771630.

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

Color convert

RGB17483103-
CMYK00.520.410.32
HSL346.81º35.97%50.39%-
HSV(B)346.81º52.3%68.24%-
XYZ2316.1614.74-
YUV112.49122.65171.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=48.33%
G=23.06%
B=28.61%

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
Decimal1748310300.520.410.32346.8135.9750.39
HexAE5367034292015b2432
Octal25612314706451405334462
Binary10101110101001111001110110100101001100000101011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5367; }

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

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

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

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

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

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

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

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