#A8868D

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

Shades of Tapestry #A8868D

Tints of Tapestry #A8868D

Color information

#A8868D (or 0xA8868D) is unknown color: approx Tapestry. HEX triplet: A8, 86 and 8D. RGB value is (168,134,141). Sum of RGB (Red+Green+Blue) = 168+134+141=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8868D is #577972. Grayscale: #909090. Windows color (decimal): -5732723 or 9275048. OLE color: 9275048.

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

Color convert

RGB168134141-
CMYK00.200.160.34
HSL347.65º16.35%59.22%-
HSV(B)347.65º20.24%65.88%-
XYZ29.4827.328.91-
YUV144.96125.76144.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=37.92%
G=30.25%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813414100.200.160.34347.6516.3559.22
HexA8868D014102215c103b
Octal25020621502420425342073
Binary1010100010000110100011010101001000010001010101110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8868D; }

 p { color: rgb(168,134,141); }

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

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

 a { background-color: rgb(168,134,141); }

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

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

 span { border-color: rgb(168,134,141); }

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