#AC6980

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

Shades of Tapestry #AC6980

Tints of Tapestry #AC6980

Color information

#AC6980 (or 0xAC6980) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 80. RGB value is (172,105,128). Sum of RGB (Red+Green+Blue) = 172+105+128=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6980 is #53967F. Grayscale: #7F7F7F. Windows color (decimal): -5478016 or 8415660. OLE color: 8415660.

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

Color convert

RGB172105128-
CMYK00.390.260.33
HSL339.4º28.76%54.31%-
HSV(B)339.4º38.95%67.45%-
XYZ25.9620.4323-
YUV127.65128.2159.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=42.47%
G=25.93%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210512800.390.260.33339.428.7654.31
HexAC69800271A211531d36
Octal25415120004732415233566
Binary1010110011010011000000001001111101010000110101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6980; }

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

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

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

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

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

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

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

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