#A6697D

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

Shades of Tapestry #A6697D

Tints of Tapestry #A6697D

Color information

#A6697D (or 0xA6697D) is unknown color: approx Tapestry. HEX triplet: A6, 69 and 7D. RGB value is (166,105,125). Sum of RGB (Red+Green+Blue) = 166+105+125=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A6697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6697D is #599682. Grayscale: #7D7D7D. Windows color (decimal): -5871235 or 8219046. OLE color: 8219046.

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

Color convert

RGB166105125-
CMYK00.370.250.35
HSL340.33º25.52%53.14%-
HSV(B)340.33º36.75%65.1%-
XYZ24.4819.6921.91-
YUV125.52127.71156.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=41.92%
G=26.52%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610512500.370.250.35340.3325.5253.14
HexA6697D02519231541a35
Octal24615117504531435243265
Binary101001101101001111110101001011100110001110101010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6697D; }

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

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

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

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

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

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

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

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