#AE6C78

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

Shades of Turkish Rose #AE6C78

Tints of Turkish Rose #AE6C78

Color information

#AE6C78 (or 0xAE6C78) is unknown color: approx Turkish Rose. HEX triplet: AE, 6C and 78. RGB value is (174,108,120). Sum of RGB (Red+Green+Blue) = 174+108+120=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C78 is #519387. Grayscale: #818181. Windows color (decimal): -5346184 or 7892142. OLE color: 7892142.

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

Color convert

RGB174108120-
CMYK00.380.310.32
HSL349.09º28.95%55.29%-
HSV(B)349.09º37.93%68.24%-
XYZ26.2121.0820.46-
YUV129.1122.87160.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=43.28%
G=26.87%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410812000.380.310.32349.0928.9555.29
HexAE6C780261F2015d1d37
Octal25615417004637405353567
Binary101011101101100111100001001101111110000010101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C78; }

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

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

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

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

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

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

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

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