#A4878E

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

Shades of Tapestry #A4878E

Tints of Tapestry #A4878E

Color information

#A4878E (or 0xA4878E) is unknown color: approx Tapestry. HEX triplet: A4, 87 and 8E. RGB value is (164,135,142). Sum of RGB (Red+Green+Blue) = 164+135+142=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4878E is #5B7871. Grayscale: #909090. Windows color (decimal): -5994610 or 9340836. OLE color: 9340836.

HSL color Cylindrical-coordinate representation of color #A4878E: hue angle of 345.52º 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 #A4878E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164135142-
CMYK00.180.130.36
HSL345.52º13.74%58.63%-
HSV(B)345.52º17.68%64.31%-
XYZ28.8627.1729.32-
YUV144.47126.61141.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=37.19%
G=30.61%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413514200.180.130.36345.5213.7458.63
HexA4878E012D2415ae3b
Octal24420721602215445321673
Binary10100100100001111000111001001011011001001010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4878E; }

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

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

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

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

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

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

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

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