#AE506B

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

Shades of Blush #AE506B

Tints of Blush #AE506B

Color information

#AE506B (or 0xAE506B) is unknown color: approx Blush. HEX triplet: AE, 50 and 6B. RGB value is (174,80,107). Sum of RGB (Red+Green+Blue) = 174+80+107=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE506B is #51AF94. Grayscale: #6F6F6F. Windows color (decimal): -5353365 or 7033006. OLE color: 7033006.

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

Color convert

RGB17480107-
CMYK00.540.390.32
HSL342.77º37.01%49.8%-
HSV(B)342.77º54.02%68.24%-
XYZ22.9815.815.75-
YUV111.18125.64172.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=48.20%
G=22.16%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748010700.540.390.32342.7737.0149.8
HexAE506B03627201572532
Octal25612015306647405274562
Binary10101110101000011010110110110100111100000101010111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE506B; }

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

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

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

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

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

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

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

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