#A4697E

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

Shades of Tapestry #A4697E

Tints of Tapestry #A4697E

Color information

#A4697E (or 0xA4697E) is unknown color: approx Tapestry. HEX triplet: A4, 69 and 7E. RGB value is (164,105,126). Sum of RGB (Red+Green+Blue) = 164+105+126=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4697E is #5B9681. Grayscale: #7D7D7D. Windows color (decimal): -6002306 or 8284580. OLE color: 8284580.

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

Color convert

RGB164105126-
CMYK00.360.230.36
HSL338.64º24.48%52.75%-
HSV(B)338.64º35.98%64.31%-
XYZ24.1319.522.23-
YUV125.04128.55155.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=41.52%
G=26.58%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410512600.360.230.36338.6424.4852.75
HexA4697E02417241531835
Octal24415117604427445233065
Binary101001001101001111111001001001011110010010101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4697E; }

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

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

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

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

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

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

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

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