#A7868B

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

Shades of Tapestry #A7868B

Tints of Tapestry #A7868B

Color information

#A7868B (or 0xA7868B) is unknown color: approx Tapestry. HEX triplet: A7, 86 and 8B. RGB value is (167,134,139). Sum of RGB (Red+Green+Blue) = 167+134+139=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A7868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7868B is #587974. Grayscale: #909090. Windows color (decimal): -5798261 or 9143975. OLE color: 9143975.

HSL color Cylindrical-coordinate representation of color #A7868B: hue angle of 350.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7868B is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167134139-
CMYK00.200.170.35
HSL350.91º15.79%59.02%-
HSV(B)350.91º19.76%65.49%-
XYZ29.1227.1328.13-
YUV144.44124.93144.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=37.95%
G=30.45%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713413900.200.170.35350.9115.7959.02
HexA7868B014112315f103b
Octal24720621302421435372073
Binary1010011110000110100010110101001000110001110101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7868B; }

 p { color: rgb(167,134,139); }

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

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

 a { background-color: rgb(167,134,139); }

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

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

 span { border-color: rgb(167,134,139); }

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