#AC6981

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

Shades of Tapestry #AC6981

Tints of Tapestry #AC6981

Color information

#AC6981 (or 0xAC6981) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 81. RGB value is (172,105,129). Sum of RGB (Red+Green+Blue) = 172+105+129=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6981 is #53967E. Grayscale: #7F7F7F. Windows color (decimal): -5478015 or 8481196. OLE color: 8481196.

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

Color convert

RGB172105129-
CMYK00.390.250.33
HSL338.51º28.76%54.31%-
HSV(B)338.51º38.95%67.45%-
XYZ26.0320.4623.35-
YUV127.77128.7159.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=42.36%
G=25.86%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210512900.390.250.33338.5128.7654.31
HexAC698102719211531d36
Octal25415120104731415233566
Binary1010110011010011000000101001111100110000110101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6981; }

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

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

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

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

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

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

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

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