#AE536E

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

Shades of Blush #AE536E

Tints of Blush #AE536E

Color information

#AE536E (or 0xAE536E) is unknown color: approx Blush. HEX triplet: AE, 53 and 6E. RGB value is (174,83,110). Sum of RGB (Red+Green+Blue) = 174+83+110=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE536E is #51AC91. Grayscale: #717171. Windows color (decimal): -5352594 or 7230382. OLE color: 7230382.

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

Color convert

RGB17483110-
CMYK00.520.370.32
HSL342.2º35.97%50.39%-
HSV(B)342.2º52.3%68.24%-
XYZ23.3616.3116.67-
YUV113.29126.15171.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=47.41%
G=22.62%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748311000.520.370.32342.235.9750.39
HexAE536E03425201562432
Octal25612315606445405264462
Binary10101110101001111011100110100100101100000101010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE536E; }

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

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

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

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

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

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

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

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