#AC7182

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

Shades of Tapestry #AC7182

Tints of Tapestry #AC7182

Color information

#AC7182 (or 0xAC7182) is unknown color: approx Tapestry. HEX triplet: AC, 71 and 82. RGB value is (172,113,130). Sum of RGB (Red+Green+Blue) = 172+113+130=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7182 is #538E7D. Grayscale: #848484. Windows color (decimal): -5475966 or 8548780. OLE color: 8548780.

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

Color convert

RGB172113130-
CMYK00.340.240.33
HSL342.71º26.22%55.88%-
HSV(B)342.71º34.3%67.45%-
XYZ26.9522.1923.98-
YUV132.58126.55156.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=41.45%
G=27.23%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211313000.340.240.33342.7126.2255.88
HexAC718202218211571a38
Octal25416120204230415273270
Binary1010110011100011000001001000101100010000110101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7182; }

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

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

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

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

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

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

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

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