#A67C89

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

Shades of Tapestry #A67C89

Tints of Tapestry #A67C89

Color information

#A67C89 (or 0xA67C89) is unknown color: approx Tapestry. HEX triplet: A6, 7C and 89. RGB value is (166,124,137). Sum of RGB (Red+Green+Blue) = 166+124+137=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C89 is #598376. Grayscale: #8A8A8A. Windows color (decimal): -5866359 or 9010342. OLE color: 9010342.

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

Color convert

RGB166124137-
CMYK00.250.170.35
HSL341.43º19.09%56.86%-
HSV(B)341.43º25.3%65.1%-
XYZ27.4524.3326.92-
YUV138.04127.41147.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=38.88%
G=29.04%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612413700.250.170.35341.4319.0956.86
HexA67C8901911231551339
Octal24617421103121435252371
Binary101001101111100100010010110011000110001110101010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C89; }

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

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

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

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

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

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

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

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