#A76B84

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

Shades of Tapestry #A76B84

Tints of Tapestry #A76B84

Color information

#A76B84 (or 0xA76B84) is unknown color: approx Tapestry. HEX triplet: A7, 6B and 84. RGB value is (167,107,132). Sum of RGB (Red+Green+Blue) = 167+107+132=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B84 is #58947B. Grayscale: #7F7F7F. Windows color (decimal): -5805180 or 8678311. OLE color: 8678311.

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

Color convert

RGB167107132-
CMYK00.360.210.35
HSL335º25.42%53.73%-
HSV(B)335º35.93%65.49%-
XYZ25.3620.424.43-
YUV127.79130.38155.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=41.13%
G=26.35%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710713200.360.210.3533525.4253.73
HexA76B84024152314f1936
Octal24715320404425435173166
Binary1010011111010111000010001001001010110001110100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B84; }

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

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

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

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

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

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

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

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