#AC7480

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

Shades of Tapestry #AC7480

Tints of Tapestry #AC7480

Color information

#AC7480 (or 0xAC7480) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 80. RGB value is (172,116,128). Sum of RGB (Red+Green+Blue) = 172+116+128=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7480 is #538B7F. Grayscale: #868686. Windows color (decimal): -5475200 or 8418476. OLE color: 8418476.

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

Color convert

RGB172116128-
CMYK00.330.260.33
HSL347.14º25.23%56.47%-
HSV(B)347.14º32.56%67.45%-
XYZ27.1522.8223.4-
YUV134.11124.55155.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=41.35%
G=27.88%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211612800.330.260.33347.1425.2356.47
HexAC74800211A2115b1938
Octal25416420004132415333170
Binary1010110011101001000000001000011101010000110101101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7480; }

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

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

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

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

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

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

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

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