#AC7382

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

Shades of Tapestry #AC7382

Tints of Tapestry #AC7382

Color information

#AC7382 (or 0xAC7382) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 82. RGB value is (172,115,130). Sum of RGB (Red+Green+Blue) = 172+115+130=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7382 is #538C7D. Grayscale: #858585. Windows color (decimal): -5475454 or 8549292. OLE color: 8549292.

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

Color convert

RGB172115130-
CMYK00.330.240.33
HSL344.21º25.56%56.27%-
HSV(B)344.21º33.14%67.45%-
XYZ27.1722.6424.06-
YUV133.75125.88155.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=41.25%
G=27.58%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211513000.330.240.33344.2125.5656.27
HexAC738202118211581a38
Octal25416320204130415303270
Binary1010110011100111000001001000011100010000110101100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7382; }

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

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

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

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

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

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

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

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