#A67B87

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

Shades of Tapestry #A67B87

Tints of Tapestry #A67B87

Color information

#A67B87 (or 0xA67B87) is unknown color: approx Tapestry. HEX triplet: A6, 7B and 87. RGB value is (166,123,135). Sum of RGB (Red+Green+Blue) = 166+123+135=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B87 is #598478. Grayscale: #898989. Windows color (decimal): -5866617 or 8879014. OLE color: 8879014.

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

Color convert

RGB166123135-
CMYK00.260.190.35
HSL343.26º19.46%56.67%-
HSV(B)343.26º25.9%65.1%-
XYZ27.1824.0226.13-
YUV137.22126.75148.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=39.15%
G=29.01%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612313500.260.190.35343.2619.4656.67
HexA67B8701A13231571339
Octal24617320703223435272371
Binary101001101111011100001110110101001110001110101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B87; }

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

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

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

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

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

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

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

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