#AE7375

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

Shades of Turkish Rose #AE7375

Tints of Turkish Rose #AE7375

Color information

#AE7375 (or 0xAE7375) is unknown color: approx Turkish Rose. HEX triplet: AE, 73 and 75. RGB value is (174,115,117). Sum of RGB (Red+Green+Blue) = 174+115+117=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7375 is #518C8A. Grayscale: #848484. Windows color (decimal): -5344395 or 7697326. OLE color: 7697326.

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

Color convert

RGB174115117-
CMYK00.340.330.32
HSL357.97º26.7%56.67%-
HSV(B)357.97º33.91%68.24%-
XYZ26.822.5419.77-
YUV132.87119.05157.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=42.86%
G=28.33%
B=28.82%

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
Decimal17411511700.340.330.32357.9726.756.67
HexAE737502221201661b39
Octal25616316504241405463371
Binary1010111011100111110101010001010000110000010110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7375; }

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

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

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

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

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

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

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

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