#A6848D

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

Shades of Tapestry #A6848D

Tints of Tapestry #A6848D

Color information

#A6848D (or 0xA6848D) is unknown color: approx Tapestry. HEX triplet: A6, 84 and 8D. RGB value is (166,132,141). Sum of RGB (Red+Green+Blue) = 166+132+141=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6848D is #597B72. Grayscale: #8F8F8F. Windows color (decimal): -5864307 or 9274534. OLE color: 9274534.

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

Color convert

RGB166132141-
CMYK00.200.150.35
HSL344.12º16.04%58.43%-
HSV(B)344.12º20.48%65.1%-
XYZ28.7826.5328.8-
YUV143.19126.76144.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=37.81%
G=30.07%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613214100.200.150.35344.1216.0458.43
HexA6848D014F23158103a
Octal24620421502417435302072
Binary101001101000010010001101010100111110001110101100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6848D; }

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

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

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

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

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

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

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

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