#A6697E

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

Shades of Tapestry #A6697E

Tints of Tapestry #A6697E

Color information

#A6697E (or 0xA6697E) is unknown color: approx Tapestry. HEX triplet: A6, 69 and 7E. RGB value is (166,105,126). Sum of RGB (Red+Green+Blue) = 166+105+126=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A6697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6697E is #599681. Grayscale: #7D7D7D. Windows color (decimal): -5871234 or 8284582. OLE color: 8284582.

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

Color convert

RGB166105126-
CMYK00.370.240.35
HSL339.34º25.52%53.14%-
HSV(B)339.34º36.75%65.1%-
XYZ24.5419.7222.25-
YUV125.63128.21156.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=41.81%
G=26.45%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610512600.370.240.35339.3425.5253.14
HexA6697E02518231531a35
Octal24615117604530435233265
Binary101001101101001111111001001011100010001110101001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6697E; }

 p { color: rgb(166,105,126); }

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

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

 a { background-color: rgb(166,105,126); }

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

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

 span { border-color: rgb(166,105,126); }

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