#AC7886

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

Shades of Tapestry #AC7886

Tints of Tapestry #AC7886

Color information

#AC7886 (or 0xAC7886) is unknown color: approx Tapestry. HEX triplet: AC, 78 and 86. RGB value is (172,120,134). Sum of RGB (Red+Green+Blue) = 172+120+134=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7886 is #538779. Grayscale: #898989. Windows color (decimal): -5474170 or 8812716. OLE color: 8812716.

HSL color Cylindrical-coordinate representation of color #AC7886: hue angle of 343.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7886 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB172120134-
CMYK00.300.220.33
HSL343.85º23.85%57.25%-
HSV(B)343.85º30.23%67.45%-
XYZ28.0323.9225.69-
YUV137.14126.23152.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=40.38%
G=28.17%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212013400.300.220.33343.8523.8557.25
HexAC788601E16211581839
Octal25417020603626415303071
Binary101011001111000100001100111101011010000110101100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7886; }

 p { color: rgb(172,120,134); }

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

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

 a { background-color: rgb(172,120,134); }

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

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

 span { border-color: rgb(172,120,134); }

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