#AC6E71

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

Shades of Turkish Rose #AC6E71

Tints of Turkish Rose #AC6E71

Color information

#AC6E71 (or 0xAC6E71) is unknown color: approx Turkish Rose. HEX triplet: AC, 6E and 71. RGB value is (172,110,113). Sum of RGB (Red+Green+Blue) = 172+110+113=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E71 is #53918E. Grayscale: #808080. Windows color (decimal): -5476751 or 7433900. OLE color: 7433900.

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

Color convert

RGB172110113-
CMYK00.360.340.33
HSL357.1º27.19%55.29%-
HSV(B)357.1º36.05%67.45%-
XYZ25.5721.1118.35-
YUV128.88119.04158.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=43.54%
G=27.85%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211011300.360.340.33357.127.1955.29
HexAC6E7102422211651b37
Octal25415616104442415453367
Binary1010110011011101110001010010010001010000110110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E71; }

 p { color: rgb(172,110,113); }

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

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

 a { background-color: rgb(172,110,113); }

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

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

 span { border-color: rgb(172,110,113); }

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