#AC6982

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

Shades of Tapestry #AC6982

Tints of Tapestry #AC6982

Color information

#AC6982 (or 0xAC6982) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 82. RGB value is (172,105,130). Sum of RGB (Red+Green+Blue) = 172+105+130=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6982 is #53967D. Grayscale: #7F7F7F. Windows color (decimal): -5478014 or 8546732. OLE color: 8546732.

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

Color convert

RGB172105130-
CMYK00.390.240.33
HSL337.61º28.76%54.31%-
HSV(B)337.61º38.95%67.45%-
XYZ26.0920.4923.7-
YUV127.88129.2159.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=42.26%
G=25.80%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210513000.390.240.33337.6128.7654.31
HexAC698202718211521d36
Octal25415120204730415223566
Binary1010110011010011000001001001111100010000110101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6982; }

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

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

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

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

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

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

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

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