#A6828C

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

Shades of Tapestry #A6828C

Tints of Tapestry #A6828C

Color information

#A6828C (or 0xA6828C) is unknown color: approx Tapestry. HEX triplet: A6, 82 and 8C. RGB value is (166,130,140). Sum of RGB (Red+Green+Blue) = 166+130+140=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6828C is #597D73. Grayscale: #8D8D8D. Windows color (decimal): -5864820 or 9208486. OLE color: 9208486.

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

Color convert

RGB166130140-
CMYK00.220.160.35
HSL343.33º16.82%58.04%-
HSV(B)343.33º21.69%65.1%-
XYZ28.4425.9728.32-
YUV141.9126.93145.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=38.07%
G=29.82%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613014000.220.160.35343.3316.8258.04
HexA6828C0161023157113a
Octal24620221402620435272172
Binary1010011010000010100011000101101000010001110101011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6828C; }

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

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

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

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

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

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

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

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