#AE7079

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

Shades of Turkish Rose #AE7079

Tints of Turkish Rose #AE7079

Color information

#AE7079 (or 0xAE7079) is unknown color: approx Turkish Rose. HEX triplet: AE, 70 and 79. RGB value is (174,112,121). Sum of RGB (Red+Green+Blue) = 174+112+121=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7079 is #518F86. Grayscale: #838383. Windows color (decimal): -5345159 or 7958702. OLE color: 7958702.

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

Color convert

RGB174112121-
CMYK00.360.300.32
HSL351.29º27.68%56.08%-
HSV(B)351.29º35.63%68.24%-
XYZ26.721.9720.92-
YUV131.56122.04158.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=42.75%
G=27.52%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411212100.360.300.32351.2927.6856.08
HexAE70790241E2015f1c38
Octal25616017104436405373470
Binary101011101110000111100101001001111010000010101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7079; }

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

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

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

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

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

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

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

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