#A4858C

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

Shades of Tapestry #A4858C

Tints of Tapestry #A4858C

Color information

#A4858C (or 0xA4858C) is unknown color: approx Tapestry. HEX triplet: A4, 85 and 8C. RGB value is (164,133,140). Sum of RGB (Red+Green+Blue) = 164+133+140=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4858C is #5B7A73. Grayscale: #8F8F8F. Windows color (decimal): -5995124 or 9209252. OLE color: 9209252.

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

Color convert

RGB164133140-
CMYK00.190.150.36
HSL346.45º14.55%58.24%-
HSV(B)346.45º18.9%64.31%-
XYZ28.4326.5628.44-
YUV143.07126.27142.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=37.53%
G=30.43%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413314000.190.150.36346.4514.5558.24
HexA4858C013F2415af3a
Octal24420521402317445321772
Binary10100100100001011000110001001111111001001010110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4858C; }

 p { color: rgb(164,133,140); }

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

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

 a { background-color: rgb(164,133,140); }

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

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

 span { border-color: rgb(164,133,140); }

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