#A76986

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

Shades of Tapestry #A76986

Tints of Tapestry #A76986

Color information

#A76986 (or 0xA76986) is unknown color: approx Tapestry. HEX triplet: A7, 69 and 86. RGB value is (167,105,134). Sum of RGB (Red+Green+Blue) = 167+105+134=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A76986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76986 is #589679. Grayscale: #7E7E7E. Windows color (decimal): -5805690 or 8808871. OLE color: 8808871.

HSL color Cylindrical-coordinate representation of color #A76986: hue angle of 331.94º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76986 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB167105134-
CMYK00.370.200.35
HSL331.94º26.05%53.33%-
HSV(B)331.94º37.13%65.49%-
XYZ25.2920.0425.09-
YUV126.84132.04156.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=41.13%
G=25.86%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710513400.370.200.35331.9426.0553.33
HexA76986025142314c1a35
Octal24715120604524435143265
Binary1010011111010011000011001001011010010001110100110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76986; }

 p { color: rgb(167,105,134); }

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

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

 a { background-color: rgb(167,105,134); }

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

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

 span { border-color: rgb(167,105,134); }

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