#A4878D

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

Shades of Tapestry #A4878D

Tints of Tapestry #A4878D

Color information

#A4878D (or 0xA4878D) is unknown color: approx Tapestry. HEX triplet: A4, 87 and 8D. RGB value is (164,135,141). Sum of RGB (Red+Green+Blue) = 164+135+141=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A4878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4878D is #5B7872. Grayscale: #909090. Windows color (decimal): -5994611 or 9275300. OLE color: 9275300.

HSL color Cylindrical-coordinate representation of color #A4878D: hue angle of 347.59º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4878D is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB164135141-
CMYK00.180.140.36
HSL347.59º13.74%58.63%-
HSV(B)347.59º17.68%64.31%-
XYZ28.7827.1428.92-
YUV144.36126.11142.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=37.27%
G=30.68%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413514100.180.140.36347.5913.7458.63
HexA4878D012E2415ce3b
Octal24420721502216445341673
Binary10100100100001111000110101001011101001001010111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4878D; }

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

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

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

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

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

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

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

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