#AC7D86

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

Shades of Tapestry #AC7D86

Tints of Tapestry #AC7D86

Color information

#AC7D86 (or 0xAC7D86) is unknown color: approx Tapestry. HEX triplet: AC, 7D and 86. RGB value is (172,125,134). Sum of RGB (Red+Green+Blue) = 172+125+134=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7D86 is #538279. Grayscale: #8C8C8C. Windows color (decimal): -5472890 or 8813996. OLE color: 8813996.

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

Color convert

RGB172125134-
CMYK00.270.220.33
HSL348.51º22.07%58.24%-
HSV(B)348.51º27.33%67.45%-
XYZ28.6525.1625.9-
YUV140.08124.57150.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=39.91%
G=29.00%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212513400.270.220.33348.5122.0758.24
HexAC7D8601B162115d163a
Octal25417520603326415352672
Binary101011001111101100001100110111011010000110101110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D86; }

 p { color: rgb(172,125,134); }

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

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

 a { background-color: rgb(172,125,134); }

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

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

 span { border-color: rgb(172,125,134); }

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