#AC6880

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

Shades of Tapestry #AC6880

Tints of Tapestry #AC6880

Color information

#AC6880 (or 0xAC6880) is unknown color: approx Tapestry. HEX triplet: AC, 68 and 80. RGB value is (172,104,128). Sum of RGB (Red+Green+Blue) = 172+104+128=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6880 is #53977F. Grayscale: #7F7F7F. Windows color (decimal): -5478272 or 8415404. OLE color: 8415404.

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

Color convert

RGB172104128-
CMYK00.400.260.33
HSL338.82º29.06%54.12%-
HSV(B)338.82º39.53%67.45%-
XYZ25.8620.2322.96-
YUV127.07128.53160.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=42.57%
G=25.74%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210412800.400.260.33338.8229.0654.12
HexAC68800281A211531d36
Octal25415020005032415233566
Binary1010110011010001000000001010001101010000110101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6880; }

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

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

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

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

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

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

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

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