#AC808D

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

Shades of Tapestry #AC808D

Tints of Tapestry #AC808D

Color information

#AC808D (or 0xAC808D) is unknown color: approx Tapestry. HEX triplet: AC, 80 and 8D. RGB value is (172,128,141). Sum of RGB (Red+Green+Blue) = 172+128+141=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC808D is #537F72. Grayscale: #8E8E8E. Windows color (decimal): -5472115 or 9273516. OLE color: 9273516.

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

Color convert

RGB172128141-
CMYK00.260.180.33
HSL342.27º20.95%58.82%-
HSV(B)342.27º25.58%67.45%-
XYZ29.5426.1328.69-
YUV142.64127.08148.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=39.00%
G=29.02%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212814100.260.180.33342.2720.9558.82
HexAC808D01A1221156153b
Octal25420021503222415262573
Binary1010110010000000100011010110101001010000110101011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC808D; }

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

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

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

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

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

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

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

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