#A7657A

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

Shades of Tapestry #A7657A

Tints of Tapestry #A7657A

Color information

#A7657A (or 0xA7657A) is unknown color: approx Tapestry. HEX triplet: A7, 65 and 7A. RGB value is (167,101,122). Sum of RGB (Red+Green+Blue) = 167+101+122=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7657A is #589A85. Grayscale: #7B7B7B. Windows color (decimal): -5806726 or 8021415. OLE color: 8021415.

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

Color convert

RGB167101122-
CMYK00.400.270.35
HSL340.91º27.27%52.55%-
HSV(B)340.91º39.52%65.49%-
XYZ24.118.9320.8-
YUV123.13127.37159.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=42.82%
G=25.90%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710112200.400.270.35340.9127.2752.55
HexA7657A0281B231551b35
Octal24714517205033435253365
Binary101001111100101111101001010001101110001110101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7657A; }

 p { color: rgb(167,101,122); }

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

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

 a { background-color: rgb(167,101,122); }

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

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

 span { border-color: rgb(167,101,122); }

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