#AC6D71

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

Shades of Turkish Rose #AC6D71

Tints of Turkish Rose #AC6D71

Color information

#AC6D71 (or 0xAC6D71) is unknown color: approx Turkish Rose. HEX triplet: AC, 6D and 71. RGB value is (172,109,113). Sum of RGB (Red+Green+Blue) = 172+109+113=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D71 is #53928E. Grayscale: #808080. Windows color (decimal): -5477007 or 7433644. OLE color: 7433644.

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

Color convert

RGB172109113-
CMYK00.370.340.33
HSL356.19º27.51%55.1%-
HSV(B)356.19º36.63%67.45%-
XYZ25.4620.918.31-
YUV128.29119.37159.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=43.65%
G=27.66%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210911300.370.340.33356.1927.5155.1
HexAC6D7102522211641c37
Octal25415516104542415443467
Binary1010110011011011110001010010110001010000110110010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D71; }

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

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

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

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

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

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

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

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