#AE526E

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

Shades of Blush #AE526E

Tints of Blush #AE526E

Color information

#AE526E (or 0xAE526E) is unknown color: approx Blush. HEX triplet: AE, 52 and 6E. RGB value is (174,82,110). Sum of RGB (Red+Green+Blue) = 174+82+110=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE526E is #51AD91. Grayscale: #707070. Windows color (decimal): -5352850 or 7230126. OLE color: 7230126.

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

Color convert

RGB17482110-
CMYK00.530.370.32
HSL341.74º36.22%50.2%-
HSV(B)341.74º52.87%68.24%-
XYZ23.2916.1616.64-
YUV112.7126.48171.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=47.54%
G=22.40%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748211000.530.370.32341.7436.2250.2
HexAE526E03525201562432
Octal25612215606545405264462
Binary10101110101001011011100110101100101100000101010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE526E; }

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

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

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

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

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

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

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

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