#AC7482

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

Shades of Tapestry #AC7482

Tints of Tapestry #AC7482

Color information

#AC7482 (or 0xAC7482) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 82. RGB value is (172,116,130). Sum of RGB (Red+Green+Blue) = 172+116+130=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7482 is #538B7D. Grayscale: #868686. Windows color (decimal): -5475198 or 8549548. OLE color: 8549548.

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

Color convert

RGB172116130-
CMYK00.330.240.33
HSL345º25.23%56.47%-
HSV(B)345º32.56%67.45%-
XYZ27.2922.8724.1-
YUV134.34125.55154.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=41.15%
G=27.75%
B=31.10%

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
Decimal17211613000.330.240.3334525.2356.47
HexAC748202118211591938
Octal25416420204130415313170
Binary1010110011101001000001001000011100010000110101100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7482; }

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

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

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

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

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

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

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

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