#A4868A

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

Shades of Tapestry #A4868A

Tints of Tapestry #A4868A

Color information

#A4868A (or 0xA4868A) is unknown color: approx Tapestry. HEX triplet: A4, 86 and 8A. RGB value is (164,134,138). Sum of RGB (Red+Green+Blue) = 164+134+138=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4868A is #5B7975. Grayscale: #8F8F8F. Windows color (decimal): -5994870 or 9078436. OLE color: 9078436.

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

Color convert

RGB164134138-
CMYK00.180.160.36
HSL352º14.15%58.43%-
HSV(B)352º18.29%64.31%-
XYZ28.4226.7827.72-
YUV143.43124.94142.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=37.61%
G=30.73%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413413800.180.160.3635214.1558.43
HexA4868A0121024160e3a
Octal24420621202220445401672
Binary101001001000011010001010010010100001001001011000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4868A; }

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

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

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

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

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

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

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

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