#A6898C

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

Shades of Tapestry #A6898C

Tints of Tapestry #A6898C

Color information

#A6898C (or 0xA6898C) is unknown color: approx Tapestry. HEX triplet: A6, 89 and 8C. RGB value is (166,137,140). Sum of RGB (Red+Green+Blue) = 166+137+140=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6898C is #597673. Grayscale: #929292. Windows color (decimal): -5863028 or 9210278. OLE color: 9210278.

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

Color convert

RGB166137140-
CMYK00.170.160.35
HSL353.79º14.01%59.41%-
HSV(B)353.79º17.47%65.1%-
XYZ29.4127.8928.64-
YUV146.01124.61142.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=37.47%
G=30.93%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613714000.170.160.35353.7914.0159.41
HexA6898C0111023162e3b
Octal24621121402120435421673
Binary101001101000100110001100010001100001000111011000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6898C; }

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

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

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

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

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

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

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

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