#A76C86

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

Shades of Tapestry #A76C86

Tints of Tapestry #A76C86

Color information

#A76C86 (or 0xA76C86) is unknown color: approx Tapestry. HEX triplet: A7, 6C and 86. RGB value is (167,108,134). Sum of RGB (Red+Green+Blue) = 167+108+134=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76C86 is #589379. Grayscale: #808080. Windows color (decimal): -5804922 or 8809639. OLE color: 8809639.

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

Color convert

RGB167108134-
CMYK00.350.200.35
HSL333.56º25.11%53.92%-
HSV(B)333.56º35.33%65.49%-
XYZ25.620.6625.19-
YUV128.6131.05155.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=40.83%
G=26.41%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710813400.350.200.35333.5625.1153.92
HexA76C86023142314e1936
Octal24715420604324435163166
Binary1010011111011001000011001000111010010001110100111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C86; }

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

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

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

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

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

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

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

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