#AE646C

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

Shades of Turkish Rose #AE646C

Tints of Turkish Rose #AE646C

Color information

#AE646C (or 0xAE646C) is unknown color: approx Turkish Rose. HEX triplet: AE, 64 and 6C. RGB value is (174,100,108). Sum of RGB (Red+Green+Blue) = 174+100+108=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE646C is #519B93. Grayscale: #7B7B7B. Windows color (decimal): -5348244 or 7103662. OLE color: 7103662.

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

Color convert

RGB174100108-
CMYK00.430.380.32
HSL353.51º31.36%53.73%-
HSV(B)353.51º42.53%68.24%-
XYZ24.7219.216.59-
YUV123.04119.52164.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=45.55%
G=26.18%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410010800.430.380.32353.5131.3653.73
HexAE646C02B26201621f36
Octal25614415405346405423766
Binary1010111011001001101100010101110011010000010110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE646C; }

 p { color: rgb(174,100,108); }

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

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

 a { background-color: rgb(174,100,108); }

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

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

 span { border-color: rgb(174,100,108); }

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