#A76B87

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

Shades of Tapestry #A76B87

Tints of Tapestry #A76B87

Color information

#A76B87 (or 0xA76B87) is unknown color: approx Tapestry. HEX triplet: A7, 6B and 87. RGB value is (167,107,135). Sum of RGB (Red+Green+Blue) = 167+107+135=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B87 is #589478. Grayscale: #808080. Windows color (decimal): -5805177 or 8874919. OLE color: 8874919.

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

Color convert

RGB167107135-
CMYK00.360.190.35
HSL332º25.42%53.73%-
HSV(B)332º35.93%65.49%-
XYZ25.5720.4825.53-
YUV128.13131.88155.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=40.83%
G=26.16%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710713500.360.190.3533225.4253.73
HexA76B87024132314c1936
Octal24715320704423435143166
Binary1010011111010111000011101001001001110001110100110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B87; }

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

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

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

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

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

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

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

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