#A7707F

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

Shades of Tapestry #A7707F

Tints of Tapestry #A7707F

Color information

#A7707F (or 0xA7707F) is unknown color: approx Tapestry. HEX triplet: A7, 70 and 7F. RGB value is (167,112,127). Sum of RGB (Red+Green+Blue) = 167+112+127=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7707F is #588F80. Grayscale: #828282. Windows color (decimal): -5803905 or 8351911. OLE color: 8351911.

HSL color Cylindrical-coordinate representation of color #A7707F: hue angle of 343.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7707F is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB167112127-
CMYK00.330.240.35
HSL343.64º23.81%54.71%-
HSV(B)343.64º32.93%65.49%-
XYZ25.5621.3422.85-
YUV130.16126.22154.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 127 (50% from 255) = 31.28%
R=41.13%
G=27.59%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711212700.330.240.35343.6423.8154.71
HexA7707F02118231581837
Octal24716017704130435303067
Binary101001111110000111111101000011100010001110101100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7707F; }

 p { color: rgb(167,112,127); }

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

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

 a { background-color: rgb(167,112,127); }

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

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

 span { border-color: rgb(167,112,127); }

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