#AC878D

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

Shades of Tapestry #AC878D

Tints of Tapestry #AC878D

Color information

#AC878D (or 0xAC878D) is unknown color: approx Tapestry. HEX triplet: AC, 87 and 8D. RGB value is (172,135,141). Sum of RGB (Red+Green+Blue) = 172+135+141=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC878D is #537872. Grayscale: #929292. Windows color (decimal): -5470323 or 9275308. OLE color: 9275308.

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

Color convert

RGB172135141-
CMYK00.220.180.33
HSL350.27º18.23%60.2%-
HSV(B)350.27º21.51%67.45%-
XYZ30.4828.0229-
YUV146.75124.76146.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=38.39%
G=30.13%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213514100.220.180.33350.2718.2360.2
HexAC878D016122115e123c
Octal25420721502622415362274
Binary1010110010000111100011010101101001010000110101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC878D; }

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

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

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

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

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

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

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

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