#A1697D

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

Shades of Tapestry #A1697D

Tints of Tapestry #A1697D

Color information

#A1697D (or 0xA1697D) is unknown color: approx Tapestry. HEX triplet: A1, 69 and 7D. RGB value is (161,105,125). Sum of RGB (Red+Green+Blue) = 161+105+125=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A1697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1697D is #5E9682. Grayscale: #7C7C7C. Windows color (decimal): -6198915 or 8219041. OLE color: 8219041.

HSL color Cylindrical-coordinate representation of color #A1697D: hue angle of 338.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1697D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161105125-
CMYK00.350.220.37
HSL338.57º22.95%52.16%-
HSV(B)338.57º34.78%63.14%-
XYZ23.4519.1621.86-
YUV124.02128.55154.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=41.18%
G=26.85%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110512500.350.220.37338.5722.9552.16
HexA1697D02316251531734
Octal24115117504326455232764
Binary101000011101001111110101000111011010010110101001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1697D; }

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

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

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

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

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

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

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

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