#AE7174

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

Shades of Turkish Rose #AE7174

Tints of Turkish Rose #AE7174

Color information

#AE7174 (or 0xAE7174) is unknown color: approx Turkish Rose. HEX triplet: AE, 71 and 74. RGB value is (174,113,116). Sum of RGB (Red+Green+Blue) = 174+113+116=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7174 is #518E8B. Grayscale: #838383. Windows color (decimal): -5344908 or 7631278. OLE color: 7631278.

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

Color convert

RGB174113116-
CMYK00.350.330.32
HSL357.05º27.35%56.27%-
HSV(B)357.05º35.06%68.24%-
XYZ26.5122.0719.39-
YUV131.58119.21158.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=43.18%
G=28.04%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411311600.350.330.32357.0527.3556.27
HexAE717402321201651b38
Octal25616116404341405453370
Binary1010111011100011110100010001110000110000010110010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7174; }

 p { color: rgb(174,113,116); }

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

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

 a { background-color: rgb(174,113,116); }

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

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

 span { border-color: rgb(174,113,116); }

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