#A5697D

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

Shades of Tapestry #A5697D

Tints of Tapestry #A5697D

Color information

#A5697D (or 0xA5697D) is unknown color: approx Tapestry. HEX triplet: A5, 69 and 7D. RGB value is (165,105,125). Sum of RGB (Red+Green+Blue) = 165+105+125=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5697D is #5A9682. Grayscale: #7D7D7D. Windows color (decimal): -5936771 or 8219045. OLE color: 8219045.

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

Color convert

RGB165105125-
CMYK00.360.240.35
HSL340º25%52.94%-
HSV(B)340º36.36%64.71%-
XYZ24.2719.5821.9-
YUV125.22127.88156.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=41.77%
G=26.58%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510512500.360.240.353402552.94
HexA5697D02418231541935
Octal24515117504430435243165
Binary101001011101001111110101001001100010001110101010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5697D; }

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

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

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

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

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

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

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

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