#AC7387

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

Shades of Tapestry #AC7387

Tints of Tapestry #AC7387

Color information

#AC7387 (or 0xAC7387) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 87. RGB value is (172,115,135). Sum of RGB (Red+Green+Blue) = 172+115+135=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7387 is #538C78. Grayscale: #868686. Windows color (decimal): -5475449 or 8876972. OLE color: 8876972.

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

Color convert

RGB172115135-
CMYK00.330.220.33
HSL338.95º25.56%56.27%-
HSV(B)338.95º33.14%67.45%-
XYZ27.5222.7825.87-
YUV134.32128.38154.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=40.76%
G=27.25%
B=31.99%

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
Decimal17211513500.330.220.33338.9525.5656.27
HexAC738702116211531a38
Octal25416320704126415233270
Binary1010110011100111000011101000011011010000110101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7387; }

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

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

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

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

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

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

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

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