#A4697D

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

Shades of Tapestry #A4697D

Tints of Tapestry #A4697D

Color information

#A4697D (or 0xA4697D) is unknown color: approx Tapestry. HEX triplet: A4, 69 and 7D. RGB value is (164,105,125). Sum of RGB (Red+Green+Blue) = 164+105+125=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4697D is #5B9682. Grayscale: #7C7C7C. Windows color (decimal): -6002307 or 8219044. OLE color: 8219044.

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

Color convert

RGB164105125-
CMYK00.360.240.36
HSL339.66º24.48%52.75%-
HSV(B)339.66º35.98%64.31%-
XYZ24.0619.4821.89-
YUV124.92128.05155.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=41.62%
G=26.65%
B=31.73%

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
Decimal16410512500.360.240.36339.6624.4852.75
HexA4697D02418241541835
Octal24415117504430445243065
Binary101001001101001111110101001001100010010010101010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4697D; }

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

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

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

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

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

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

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

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