#A6848A

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

Shades of Tapestry #A6848A

Tints of Tapestry #A6848A

Color information

#A6848A (or 0xA6848A) is unknown color: approx Tapestry. HEX triplet: A6, 84 and 8A. RGB value is (166,132,138). Sum of RGB (Red+Green+Blue) = 166+132+138=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6848A is #597B75. Grayscale: #8E8E8E. Windows color (decimal): -5864310 or 9077926. OLE color: 9077926.

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

Color convert

RGB166132138-
CMYK00.200.170.35
HSL349.41º16.04%58.43%-
HSV(B)349.41º20.48%65.1%-
XYZ28.5626.4427.64-
YUV142.85125.26144.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=38.07%
G=30.28%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613213800.200.170.35349.4116.0458.43
HexA6848A014112315d103a
Octal24620421202421435352072
Binary1010011010000100100010100101001000110001110101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6848A; }

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

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

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

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

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

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

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

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