#ae526b

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

Shades of Blush #AE526B

Tints of Blush #AE526B

Color information

#AE526B (or 0xAE526B) is unknown color: approx Blush. HEX triplet: AE, 52 and 6B. RGB value is (174,82,107). Sum of RGB (Red+Green+Blue) = 174+82+107=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE526B is #51AD94. Grayscale: #707070. Windows color (decimal): -5352853 or 7033518. OLE color: 7033518.

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

Color convert

RGB17482107-
CMYK00.530.390.32
HSL343.7º36.22%50.2%-
HSV(B)343.7º52.87%68.24%-
XYZ23.1316.0915.8-
YUV112.36124.98171.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=47.93%
G=22.59%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748210700.530.390.32343.736.2250.2
HexAE526B03527201582432
Octal25612215306547405304462
Binary10101110101001011010110110101100111100000101011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae526b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae526b; }

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

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

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

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

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

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

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

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