#AE7275

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

Shades of Turkish Rose #AE7275

Tints of Turkish Rose #AE7275

Color information

#AE7275 (or 0xAE7275) is unknown color: approx Turkish Rose. HEX triplet: AE, 72 and 75. RGB value is (174,114,117). Sum of RGB (Red+Green+Blue) = 174+114+117=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7275 is #518D8A. Grayscale: #848484. Windows color (decimal): -5344651 or 7697070. OLE color: 7697070.

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

Color convert

RGB174114117-
CMYK00.340.330.32
HSL357º27.03%56.47%-
HSV(B)357º34.48%68.24%-
XYZ26.6822.3219.73-
YUV132.28119.38157.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=42.96%
G=28.15%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411411700.340.330.3235727.0356.47
HexAE727502221201651b38
Octal25616216504241405453370
Binary1010111011100101110101010001010000110000010110010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7275; }

 p { color: rgb(174,114,117); }

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

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

 a { background-color: rgb(174,114,117); }

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

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

 span { border-color: rgb(174,114,117); }

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