#A67A87

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

Shades of Tapestry #A67A87

Tints of Tapestry #A67A87

Color information

#A67A87 (or 0xA67A87) is unknown color: approx Tapestry. HEX triplet: A6, 7A and 87. RGB value is (166,122,135). Sum of RGB (Red+Green+Blue) = 166+122+135=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A87 is #598578. Grayscale: #888888. Windows color (decimal): -5866873 or 8878758. OLE color: 8878758.

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

Color convert

RGB166122135-
CMYK00.270.190.35
HSL342.27º19.82%56.47%-
HSV(B)342.27º26.51%65.1%-
XYZ27.0623.7826.08-
YUV136.64127.08148.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=39.24%
G=28.84%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612213500.270.190.35342.2719.8256.47
HexA67A8701B13231561438
Octal24617220703323435262470
Binary101001101111010100001110110111001110001110101011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A87; }

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

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

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

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

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

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

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

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