#A6898B

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

Shades of Tapestry #A6898B

Tints of Tapestry #A6898B

Color information

#A6898B (or 0xA6898B) is unknown color: approx Tapestry. HEX triplet: A6, 89 and 8B. RGB value is (166,137,139). Sum of RGB (Red+Green+Blue) = 166+137+139=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6898B is #597674. Grayscale: #919191. Windows color (decimal): -5863029 or 9144742. OLE color: 9144742.

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

Color convert

RGB166137139-
CMYK00.170.160.35
HSL355.86º14.01%59.41%-
HSV(B)355.86º17.47%65.1%-
XYZ29.3327.8628.26-
YUV145.9124.11142.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=37.56%
G=31.00%
B=31.45%

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
Decimal16613713900.170.160.35355.8614.0159.41
HexA6898B0111023164e3b
Octal24621121302120435441673
Binary101001101000100110001011010001100001000111011001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6898B; }

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

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

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

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

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

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

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

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