#A76F7E

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

Shades of Tapestry #A76F7E

Tints of Tapestry #A76F7E

Color information

#A76F7E (or 0xA76F7E) is unknown color: approx Tapestry. HEX triplet: A7, 6F and 7E. RGB value is (167,111,126). Sum of RGB (Red+Green+Blue) = 167+111+126=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F7E is #589081. Grayscale: #818181. Windows color (decimal): -5804162 or 8286119. OLE color: 8286119.

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

Color convert

RGB167111126-
CMYK00.340.250.35
HSL343.93º24.14%54.51%-
HSV(B)343.93º33.53%65.49%-
XYZ25.3921.0922.47-
YUV129.45126.05154.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=41.34%
G=27.48%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711112600.340.250.35343.9324.1454.51
HexA76F7E02219231581837
Octal24715717604231435303067
Binary101001111101111111111001000101100110001110101100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F7E; }

 p { color: rgb(167,111,126); }

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

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

 a { background-color: rgb(167,111,126); }

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

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

 span { border-color: rgb(167,111,126); }

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