#AE727C

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

Shades of Turkish Rose #AE727C

Tints of Turkish Rose #AE727C

Color information

#AE727C (or 0xAE727C) is unknown color: approx Turkish Rose. HEX triplet: AE, 72 and 7C. RGB value is (174,114,124). Sum of RGB (Red+Green+Blue) = 174+114+124=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE727C is #518D83. Grayscale: #858585. Windows color (decimal): -5344644 or 8155822. OLE color: 8155822.

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

Color convert

RGB174114124-
CMYK00.340.290.32
HSL350º27.03%56.47%-
HSV(B)350º34.48%68.24%-
XYZ27.1122.4921.98-
YUV133.08122.88157.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=42.23%
G=27.67%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411412400.340.290.3235027.0356.47
HexAE727C0221D2015e1b38
Octal25616217404235405363370
Binary101011101110010111110001000101110110000010101111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE727C; }

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

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

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

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

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

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

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

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