#A8868F

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

Shades of Tapestry #A8868F

Tints of Tapestry #A8868F

Color information

#A8868F (or 0xA8868F) is unknown color: approx Tapestry. HEX triplet: A8, 86 and 8F. RGB value is (168,134,143). Sum of RGB (Red+Green+Blue) = 168+134+143=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A8868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8868F is #577970. Grayscale: #919191. Windows color (decimal): -5732721 or 9406120. OLE color: 9406120.

HSL color Cylindrical-coordinate representation of color #A8868F: hue angle of 344.12º 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 #A8868F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB168134143-
CMYK00.200.150.34
HSL344.12º16.35%59.22%-
HSV(B)344.12º20.24%65.88%-
XYZ29.6327.3629.71-
YUV145.19126.76144.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=37.75%
G=30.11%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813414300.200.150.34344.1216.3559.22
HexA8868F014F22158103b
Octal25020621702417425302073
Binary101010001000011010001111010100111110001010101100010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8868F; }

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

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

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

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

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

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

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

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