#A6818A

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

Shades of Tapestry #A6818A

Tints of Tapestry #A6818A

Color information

#A6818A (or 0xA6818A) is unknown color: approx Tapestry. HEX triplet: A6, 81 and 8A. RGB value is (166,129,138). Sum of RGB (Red+Green+Blue) = 166+129+138=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A6818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6818A is #597E75. Grayscale: #8D8D8D. Windows color (decimal): -5865078 or 9077158. OLE color: 9077158.

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

Color convert

RGB166129138-
CMYK00.220.170.35
HSL345.41º17.21%57.84%-
HSV(B)345.41º22.29%65.1%-
XYZ28.1625.6427.51-
YUV141.09126.26145.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=38.34%
G=29.79%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612913800.220.170.35345.4117.2157.84
HexA6818A0161123159113a
Octal24620121202621435312172
Binary1010011010000001100010100101101000110001110101100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6818A; }

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

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

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

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

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

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

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

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