#AE7173

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

Shades of Turkish Rose #AE7173

Tints of Turkish Rose #AE7173

Color information

#AE7173 (or 0xAE7173) is unknown color: approx Turkish Rose. HEX triplet: AE, 71 and 73. RGB value is (174,113,115). Sum of RGB (Red+Green+Blue) = 174+113+115=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7173 is #518E8C. Grayscale: #838383. Windows color (decimal): -5344909 or 7565742. OLE color: 7565742.

HSL color Cylindrical-coordinate representation of color #AE7173: hue angle of 358.03º 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 #AE7173 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB174113115-
CMYK00.350.340.32
HSL358.03º27.35%56.27%-
HSV(B)358.03º35.06%68.24%-
XYZ26.4622.0519.08-
YUV131.47118.71158.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=43.28%
G=28.11%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411311500.350.340.32358.0327.3556.27
HexAE717302322201661b38
Octal25616116304342405463370
Binary1010111011100011110011010001110001010000010110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7173; }

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

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

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

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

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

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

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

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