#A6868C

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

Shades of Tapestry #A6868C

Tints of Tapestry #A6868C

Color information

#A6868C (or 0xA6868C) is unknown color: approx Tapestry. HEX triplet: A6, 86 and 8C. RGB value is (166,134,140). Sum of RGB (Red+Green+Blue) = 166+134+140=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6868C is #597973. Grayscale: #909090. Windows color (decimal): -5863796 or 9209510. OLE color: 9209510.

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

Color convert

RGB166134140-
CMYK00.190.160.35
HSL348.75º15.24%58.82%-
HSV(B)348.75º19.28%65.1%-
XYZ28.9827.0528.5-
YUV144.25125.6143.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=37.73%
G=30.45%
B=31.82%

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
Decimal16613414000.190.160.35348.7515.2458.82
HexA6868C013102315df3b
Octal24620621402320435351773
Binary101001101000011010001100010011100001000111010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6868C; }

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

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

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

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

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

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

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

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