#AE7075

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

Shades of Turkish Rose #AE7075

Tints of Turkish Rose #AE7075

Color information

#AE7075 (or 0xAE7075) is unknown color: approx Turkish Rose. HEX triplet: AE, 70 and 75. RGB value is (174,112,117). Sum of RGB (Red+Green+Blue) = 174+112+117=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7075 is #518F8A. Grayscale: #838383. Windows color (decimal): -5345163 or 7696558. OLE color: 7696558.

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

Color convert

RGB174112117-
CMYK00.360.330.32
HSL355.16º27.68%56.08%-
HSV(B)355.16º35.63%68.24%-
XYZ26.4621.8719.66-
YUV131.11120.04158.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=43.18%
G=27.79%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411211700.360.330.32355.1627.6856.08
HexAE707502421201631c38
Octal25616016504441405433470
Binary1010111011100001110101010010010000110000010110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7075; }

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

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

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

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

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

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

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

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