#A6818D

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

Shades of Tapestry #A6818D

Tints of Tapestry #A6818D

Color information

#A6818D (or 0xA6818D) is unknown color: approx Tapestry. HEX triplet: A6, 81 and 8D. RGB value is (166,129,141). Sum of RGB (Red+Green+Blue) = 166+129+141=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6818D is #597E72. Grayscale: #8D8D8D. Windows color (decimal): -5865075 or 9273766. OLE color: 9273766.

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

Color convert

RGB166129141-
CMYK00.220.150.35
HSL340.54º17.21%57.84%-
HSV(B)340.54º22.29%65.1%-
XYZ28.3825.7328.67-
YUV141.43127.76145.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=38.07%
G=29.59%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612914100.220.150.35340.5417.2157.84
HexA6818D016F23155113a
Octal24620121502617435252172
Binary101001101000000110001101010110111110001110101010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6818D; }

 p { color: rgb(166,129,141); }

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

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

 a { background-color: rgb(166,129,141); }

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

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

 span { border-color: rgb(166,129,141); }

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