#A76C84

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

Shades of Tapestry #A76C84

Tints of Tapestry #A76C84

Color information

#A76C84 (or 0xA76C84) is unknown color: approx Tapestry. HEX triplet: A7, 6C and 84. RGB value is (167,108,132). Sum of RGB (Red+Green+Blue) = 167+108+132=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76C84 is #58937B. Grayscale: #808080. Windows color (decimal): -5804924 or 8678567. OLE color: 8678567.

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

Color convert

RGB167108132-
CMYK00.350.210.35
HSL335.59º25.11%53.92%-
HSV(B)335.59º35.33%65.49%-
XYZ25.4620.6124.47-
YUV128.38130.05155.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=41.03%
G=26.54%
B=32.43%

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
Decimal16710813200.350.210.35335.5925.1153.92
HexA76C8402315231501936
Octal24715420404325435203166
Binary1010011111011001000010001000111010110001110101000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C84; }

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

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

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

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

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

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

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

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