#A67C87

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

Shades of Tapestry #A67C87

Tints of Tapestry #A67C87

Color information

#A67C87 (or 0xA67C87) is unknown color: approx Tapestry. HEX triplet: A6, 7C and 87. RGB value is (166,124,135). Sum of RGB (Red+Green+Blue) = 166+124+135=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C87 is #598378. Grayscale: #898989. Windows color (decimal): -5866361 or 8879270. OLE color: 8879270.

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

Color convert

RGB166124135-
CMYK00.250.190.35
HSL344.29º19.09%56.86%-
HSV(B)344.29º25.3%65.1%-
XYZ27.3124.2726.17-
YUV137.81126.41148.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=39.06%
G=29.18%
B=31.76%

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
Decimal16612413500.250.190.35344.2919.0956.86
HexA67C8701913231581339
Octal24617420703123435302371
Binary101001101111100100001110110011001110001110101100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C87; }

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

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

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

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

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

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

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

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