#A3697D

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

Shades of Tapestry #A3697D

Tints of Tapestry #A3697D

Color information

#A3697D (or 0xA3697D) is unknown color: approx Tapestry. HEX triplet: A3, 69 and 7D. RGB value is (163,105,125). Sum of RGB (Red+Green+Blue) = 163+105+125=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3697D is #5C9682. Grayscale: #7C7C7C. Windows color (decimal): -6067843 or 8219043. OLE color: 8219043.

HSL color Cylindrical-coordinate representation of color #A3697D: hue angle of 339.31º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3697D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB163105125-
CMYK00.360.230.36
HSL339.31º23.97%52.55%-
HSV(B)339.31º35.58%63.92%-
XYZ23.8619.3721.88-
YUV124.62128.22155.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=41.48%
G=26.72%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310512500.360.230.36339.3123.9752.55
HexA3697D02417241531835
Octal24315117504427445233065
Binary101000111101001111110101001001011110010010101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3697D; }

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

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

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

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

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

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

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

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