#A67586

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

Shades of Tapestry #A67586

Tints of Tapestry #A67586

Color information

#A67586 (or 0xA67586) is unknown color: approx Tapestry. HEX triplet: A6, 75 and 86. RGB value is (166,117,134). Sum of RGB (Red+Green+Blue) = 166+117+134=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67586 is #598A79. Grayscale: #858585. Windows color (decimal): -5868154 or 8811942. OLE color: 8811942.

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

Color convert

RGB166117134-
CMYK00.300.190.35
HSL339.18º21.59%55.49%-
HSV(B)339.18º29.52%65.1%-
XYZ26.3922.5525.52-
YUV133.59128.23151.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=39.81%
G=28.06%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611713400.300.190.35339.1821.5955.49
HexA6758601E13231531637
Octal24616520603623435232667
Binary101001101110101100001100111101001110001110101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67586; }

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

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

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

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

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

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

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

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