#A4697C

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

Shades of Tapestry #A4697C

Tints of Tapestry #A4697C

Color information

#A4697C (or 0xA4697C) is unknown color: approx Tapestry. HEX triplet: A4, 69 and 7C. RGB value is (164,105,124). Sum of RGB (Red+Green+Blue) = 164+105+124=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4697C is #5B9683. Grayscale: #7C7C7C. Windows color (decimal): -6002308 or 8153508. OLE color: 8153508.

HSL color Cylindrical-coordinate representation of color #A4697C: hue angle of 340.68º 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 #A4697C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB164105124-
CMYK00.360.240.36
HSL340.68º24.48%52.75%-
HSV(B)340.68º35.98%64.31%-
XYZ2419.4521.56-
YUV124.81127.55155.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=41.73%
G=26.72%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410512400.360.240.36340.6824.4852.75
HexA4697C02418241551835
Octal24415117404430445253065
Binary101001001101001111110001001001100010010010101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4697C; }

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

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

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

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

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

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

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

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