#A76F7F

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

Shades of Tapestry #A76F7F

Tints of Tapestry #A76F7F

Color information

#A76F7F (or 0xA76F7F) is unknown color: approx Tapestry. HEX triplet: A7, 6F and 7F. RGB value is (167,111,127). Sum of RGB (Red+Green+Blue) = 167+111+127=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F7F is #589080. Grayscale: #818181. Windows color (decimal): -5804161 or 8351655. OLE color: 8351655.

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

Color convert

RGB167111127-
CMYK00.340.240.35
HSL342.86º24.14%54.51%-
HSV(B)342.86º33.53%65.49%-
XYZ25.4521.1222.81-
YUV129.57126.55154.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 127 (50% from 255) = 31.36%
R=41.23%
G=27.41%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711112700.340.240.35342.8624.1454.51
HexA76F7F02218231571837
Octal24715717704230435273067
Binary101001111101111111111101000101100010001110101011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F7F; }

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

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

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

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

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

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

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

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