#AE7071

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

Shades of Turkish Rose #AE7071

Tints of Turkish Rose #AE7071

Color information

#AE7071 (or 0xAE7071) is unknown color: approx Turkish Rose. HEX triplet: AE, 70 and 71. RGB value is (174,112,113). Sum of RGB (Red+Green+Blue) = 174+112+113=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7071 is #518F8E. Grayscale: #828282. Windows color (decimal): -5345167 or 7434414. OLE color: 7434414.

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

Color convert

RGB174112113-
CMYK00.360.350.32
HSL359.03º27.68%56.08%-
HSV(B)359.03º35.63%68.24%-
XYZ26.2321.7818.44-
YUV130.65118.04158.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=43.61%
G=28.07%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411211300.360.350.32359.0327.6856.08
HexAE707102423201671c38
Octal25616016104443405473470
Binary1010111011100001110001010010010001110000010110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7071; }

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

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

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

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

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

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

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

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