#AE6E79

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

Shades of Turkish Rose #AE6E79

Tints of Turkish Rose #AE6E79

Color information

#AE6E79 (or 0xAE6E79) is unknown color: approx Turkish Rose. HEX triplet: AE, 6E and 79. RGB value is (174,110,121). Sum of RGB (Red+Green+Blue) = 174+110+121=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E79 is #519186. Grayscale: #828282. Windows color (decimal): -5345671 or 7958190. OLE color: 7958190.

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

Color convert

RGB174110121-
CMYK00.370.300.32
HSL349.69º28.32%55.69%-
HSV(B)349.69º36.78%68.24%-
XYZ26.4821.5320.85-
YUV130.39122.7159.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=42.96%
G=27.16%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411012100.370.300.32349.6928.3255.69
HexAE6E790251E2015e1c38
Octal25615617104536405363470
Binary101011101101110111100101001011111010000010101111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E79; }

 p { color: rgb(174,110,121); }

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

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

 a { background-color: rgb(174,110,121); }

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

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

 span { border-color: rgb(174,110,121); }

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