#A7697C

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

Shades of Tapestry #A7697C

Tints of Tapestry #A7697C

Color information

#A7697C (or 0xA7697C) is unknown color: approx Tapestry. HEX triplet: A7, 69 and 7C. RGB value is (167,105,124). Sum of RGB (Red+Green+Blue) = 167+105+124=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7697C is #589683. Grayscale: #7D7D7D. Windows color (decimal): -5805700 or 8153511. OLE color: 8153511.

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

Color convert

RGB167105124-
CMYK00.370.260.35
HSL341.61º26.05%53.33%-
HSV(B)341.61º37.13%65.49%-
XYZ24.6319.7721.59-
YUV125.7127.04157.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=42.17%
G=26.52%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710512400.370.260.35341.6126.0553.33
HexA7697C0251A231561a35
Octal24715117404532435263265
Binary101001111101001111110001001011101010001110101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7697C; }

 p { color: rgb(167,105,124); }

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

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

 a { background-color: rgb(167,105,124); }

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

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

 span { border-color: rgb(167,105,124); }

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