#A76B82

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

Shades of Tapestry #A76B82

Tints of Tapestry #A76B82

Color information

#A76B82 (or 0xA76B82) is unknown color: approx Tapestry. HEX triplet: A7, 6B and 82. RGB value is (167,107,130). Sum of RGB (Red+Green+Blue) = 167+107+130=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B82 is #58947D. Grayscale: #7F7F7F. Windows color (decimal): -5805182 or 8547239. OLE color: 8547239.

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

Color convert

RGB167107130-
CMYK00.360.220.35
HSL337º25.42%53.73%-
HSV(B)337º35.93%65.49%-
XYZ25.2220.3423.72-
YUV127.56129.38156.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=41.34%
G=26.49%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710713000.360.220.3533725.4253.73
HexA76B8202416231511936
Octal24715320204426435213166
Binary1010011111010111000001001001001011010001110101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B82; }

 p { color: rgb(167,107,130); }

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

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

 a { background-color: rgb(167,107,130); }

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

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

 span { border-color: rgb(167,107,130); }

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