#A76D84

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

Shades of Tapestry #A76D84

Tints of Tapestry #A76D84

Color information

#A76D84 (or 0xA76D84) is unknown color: approx Tapestry. HEX triplet: A7, 6D and 84. RGB value is (167,109,132). Sum of RGB (Red+Green+Blue) = 167+109+132=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76D84 is #58927B. Grayscale: #808080. Windows color (decimal): -5804668 or 8678823. OLE color: 8678823.

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

Color convert

RGB167109132-
CMYK00.350.210.35
HSL336.21º24.79%54.12%-
HSV(B)336.21º34.73%65.49%-
XYZ25.5720.8224.5-
YUV128.96129.72155.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=40.93%
G=26.72%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710913200.350.210.35336.2124.7954.12
HexA76D8402315231501936
Octal24715520404325435203166
Binary1010011111011011000010001000111010110001110101000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D84; }

 p { color: rgb(167,109,132); }

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

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

 a { background-color: rgb(167,109,132); }

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

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

 span { border-color: rgb(167,109,132); }

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