#AE757C

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

Shades of Turkish Rose #AE757C

Tints of Turkish Rose #AE757C

Color information

#AE757C (or 0xAE757C) is unknown color: approx Turkish Rose. HEX triplet: AE, 75 and 7C. RGB value is (174,117,124). Sum of RGB (Red+Green+Blue) = 174+117+124=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE757C is #518A83. Grayscale: #868686. Windows color (decimal): -5343876 or 8156590. OLE color: 8156590.

HSL color Cylindrical-coordinate representation of color #AE757C: hue angle of 352.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE757C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB174117124-
CMYK00.330.290.32
HSL352.63º26.03%57.06%-
HSV(B)352.63º32.76%68.24%-
XYZ27.4523.1822.1-
YUV134.84121.88155.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=41.93%
G=28.19%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411712400.330.290.32352.6326.0357.06
HexAE757C0211D201611a39
Octal25616517404135405413271
Binary101011101110101111110001000011110110000010110000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE757C; }

 p { color: rgb(174,117,124); }

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

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

 a { background-color: rgb(174,117,124); }

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

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

 span { border-color: rgb(174,117,124); }

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