#AC7386

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

Shades of Tapestry #AC7386

Tints of Tapestry #AC7386

Color information

#AC7386 (or 0xAC7386) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 86. RGB value is (172,115,134). Sum of RGB (Red+Green+Blue) = 172+115+134=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7386 is #538C79. Grayscale: #868686. Windows color (decimal): -5475450 or 8811436. OLE color: 8811436.

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

Color convert

RGB172115134-
CMYK00.330.220.33
HSL340º25.56%56.27%-
HSV(B)340º33.14%67.45%-
XYZ27.4522.7525.5-
YUV134.21127.88154.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=40.86%
G=27.32%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211513400.330.220.3334025.5656.27
HexAC738602116211541a38
Octal25416320604126415243270
Binary1010110011100111000011001000011011010000110101010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7386; }

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

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

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

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

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

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

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

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