#AE536C

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

Shades of Blush #AE536C

Tints of Blush #AE536C

Color information

#AE536C (or 0xAE536C) is unknown color: approx Blush. HEX triplet: AE, 53 and 6C. RGB value is (174,83,108). Sum of RGB (Red+Green+Blue) = 174+83+108=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE536C is #51AC93. Grayscale: #717171. Windows color (decimal): -5352596 or 7099310. OLE color: 7099310.

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

Color convert

RGB17483108-
CMYK00.520.380.32
HSL343.52º35.97%50.39%-
HSV(B)343.52º52.3%68.24%-
XYZ23.2616.2716.1-
YUV113.06125.15171.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=47.67%
G=22.74%
B=29.59%

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
Decimal1748310800.520.380.32343.5235.9750.39
HexAE536C03426201582432
Octal25612315406446405304462
Binary10101110101001111011000110100100110100000101011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE536C; }

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

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

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

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

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

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

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

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