#A4868E

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

Shades of Tapestry #A4868E

Tints of Tapestry #A4868E

Color information

#A4868E (or 0xA4868E) is unknown color: approx Tapestry. HEX triplet: A4, 86 and 8E. RGB value is (164,134,142). Sum of RGB (Red+Green+Blue) = 164+134+142=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A4868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4868E is #5B7971. Grayscale: #8F8F8F. Windows color (decimal): -5994866 or 9340580. OLE color: 9340580.

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

Color convert

RGB164134142-
CMYK00.180.130.36
HSL344º14.15%58.43%-
HSV(B)344º18.29%64.31%-
XYZ28.7226.929.27-
YUV143.88126.94142.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=37.27%
G=30.45%
B=32.27%

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
Decimal16413414200.180.130.3634414.1558.43
HexA4868E012D24158e3a
Octal24420621602215445301672
Binary10100100100001101000111001001011011001001010110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4868E; }

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

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

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

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

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

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

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

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