#AE747D

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

Shades of Turkish Rose #AE747D

Tints of Turkish Rose #AE747D

Color information

#AE747D (or 0xAE747D) is unknown color: approx Turkish Rose. HEX triplet: AE, 74 and 7D. RGB value is (174,116,125). Sum of RGB (Red+Green+Blue) = 174+116+125=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE747D is #518B82. Grayscale: #868686. Windows color (decimal): -5344131 or 8221870. OLE color: 8221870.

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

Color convert

RGB174116125-
CMYK00.330.280.32
HSL350.69º26.36%56.86%-
HSV(B)350.69º33.33%68.24%-
XYZ27.422.9722.39-
YUV134.37122.72156.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=41.93%
G=27.95%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411612500.330.280.32350.6926.3656.86
HexAE747D0211C2015f1a39
Octal25616417504134405373271
Binary101011101110100111110101000011110010000010101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE747D; }

 p { color: rgb(174,116,125); }

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

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

 a { background-color: rgb(174,116,125); }

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

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

 span { border-color: rgb(174,116,125); }

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