#A7657D

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

Shades of Tapestry #A7657D

Tints of Tapestry #A7657D

Color information

#A7657D (or 0xA7657D) is unknown color: approx Tapestry. HEX triplet: A7, 65 and 7D. RGB value is (167,101,125). Sum of RGB (Red+Green+Blue) = 167+101+125=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7657D is #589A82. Grayscale: #7B7B7B. Windows color (decimal): -5806723 or 8218023. OLE color: 8218023.

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

Color convert

RGB167101125-
CMYK00.400.250.35
HSL338.18º27.27%52.55%-
HSV(B)338.18º39.52%65.49%-
XYZ24.291921.79-
YUV123.47128.87159.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=42.49%
G=25.70%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710112500.400.250.35338.1827.2752.55
HexA7657D02819231521b35
Octal24714517505031435223365
Binary101001111100101111110101010001100110001110101001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7657D; }

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

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

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

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

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

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

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

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