#AE6D79

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

Shades of Turkish Rose #AE6D79

Tints of Turkish Rose #AE6D79

Color information

#AE6D79 (or 0xAE6D79) is unknown color: approx Turkish Rose. HEX triplet: AE, 6D and 79. RGB value is (174,109,121). Sum of RGB (Red+Green+Blue) = 174+109+121=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D79 is #519286. Grayscale: #818181. Windows color (decimal): -5345927 or 7957934. OLE color: 7957934.

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

Color convert

RGB174109121-
CMYK00.370.300.32
HSL348.92º28.63%55.49%-
HSV(B)348.92º37.36%68.24%-
XYZ26.3821.3220.81-
YUV129.8123.03159.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=43.07%
G=26.98%
B=29.95%

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
Decimal17410912100.370.300.32348.9228.6355.49
HexAE6D790251E2015d1d37
Octal25615517104536405353567
Binary101011101101101111100101001011111010000010101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D79; }

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

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

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

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

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

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

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

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