#A6868B

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

Shades of Tapestry #A6868B

Tints of Tapestry #A6868B

Color information

#A6868B (or 0xA6868B) is unknown color: approx Tapestry. HEX triplet: A6, 86 and 8B. RGB value is (166,134,139). Sum of RGB (Red+Green+Blue) = 166+134+139=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6868B is #597974. Grayscale: #909090. Windows color (decimal): -5863797 or 9143974. OLE color: 9143974.

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

Color convert

RGB166134139-
CMYK00.190.160.35
HSL350.62º15.24%58.82%-
HSV(B)350.62º19.28%65.1%-
XYZ28.9127.0228.12-
YUV144.14125.1143.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=37.81%
G=30.52%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613413900.190.160.35350.6215.2458.82
HexA6868B013102315ff3b
Octal24620621302320435371773
Binary101001101000011010001011010011100001000111010111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6868B; }

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

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

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

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

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

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

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

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