#AC7385

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

Shades of Tapestry #AC7385

Tints of Tapestry #AC7385

Color information

#AC7385 (or 0xAC7385) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 85. RGB value is (172,115,133). Sum of RGB (Red+Green+Blue) = 172+115+133=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7385 is #538C7A. Grayscale: #868686. Windows color (decimal): -5475451 or 8745900. OLE color: 8745900.

HSL color Cylindrical-coordinate representation of color #AC7385: hue angle of 341.05º 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 #AC7385 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172115133-
CMYK00.330.230.33
HSL341.05º25.56%56.27%-
HSV(B)341.05º33.14%67.45%-
XYZ27.3822.7325.13-
YUV134.1127.38155.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=40.95%
G=27.38%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211513300.330.230.33341.0525.5656.27
HexAC738502117211551a38
Octal25416320504127415253270
Binary1010110011100111000010101000011011110000110101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7385; }

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

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

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

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

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

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

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

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