#AE707C

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

Shades of Turkish Rose #AE707C

Tints of Turkish Rose #AE707C

Color information

#AE707C (or 0xAE707C) is unknown color: approx Turkish Rose. HEX triplet: AE, 70 and 7C. RGB value is (174,112,124). Sum of RGB (Red+Green+Blue) = 174+112+124=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE707C is #518F83. Grayscale: #838383. Windows color (decimal): -5345156 or 8155310. OLE color: 8155310.

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

Color convert

RGB174112124-
CMYK00.360.290.32
HSL348.39º27.68%56.08%-
HSV(B)348.39º35.63%68.24%-
XYZ26.8922.0421.91-
YUV131.91123.54158.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=42.44%
G=27.32%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411212400.360.290.32348.3927.6856.08
HexAE707C0241D2015c1c38
Octal25616017404435405343470
Binary101011101110000111110001001001110110000010101110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE707C; }

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

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

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

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

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

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

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

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