#A67C86

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

Shades of Tapestry #A67C86

Tints of Tapestry #A67C86

Color information

#A67C86 (or 0xA67C86) is unknown color: approx Tapestry. HEX triplet: A6, 7C and 86. RGB value is (166,124,134). Sum of RGB (Red+Green+Blue) = 166+124+134=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C86 is #598379. Grayscale: #898989. Windows color (decimal): -5866362 or 8813734. OLE color: 8813734.

HSL color Cylindrical-coordinate representation of color #A67C86: hue angle of 345.71º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A67C86 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB166124134-
CMYK00.250.190.35
HSL345.71º19.09%56.86%-
HSV(B)345.71º25.3%65.1%-
XYZ27.2424.2425.8-
YUV137.7125.91148.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=39.15%
G=29.25%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612413400.250.190.35345.7119.0956.86
HexA67C86019132315a1339
Octal24617420603123435322371
Binary101001101111100100001100110011001110001110101101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C86; }

 p { color: rgb(166,124,134); }

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

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

 a { background-color: rgb(166,124,134); }

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

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

 span { border-color: rgb(166,124,134); }

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