#A76780

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

Shades of Tapestry #A76780

Tints of Tapestry #A76780

Color information

#A76780 (or 0xA76780) is unknown color: approx Tapestry. HEX triplet: A7, 67 and 80. RGB value is (167,103,128). Sum of RGB (Red+Green+Blue) = 167+103+128=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76780 is #58987F. Grayscale: #7C7C7C. Windows color (decimal): -5806208 or 8415143. OLE color: 8415143.

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

Color convert

RGB167103128-
CMYK00.380.230.35
HSL336.56º26.67%52.94%-
HSV(B)336.56º38.32%65.49%-
XYZ24.6819.4722.88-
YUV124.99129.7157.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=41.96%
G=25.88%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710312800.380.230.35336.5626.6752.94
HexA7678002617231511b35
Octal24714720004627435213365
Binary1010011111001111000000001001101011110001110101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76780; }

 p { color: rgb(167,103,128); }

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

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

 a { background-color: rgb(167,103,128); }

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

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

 span { border-color: rgb(167,103,128); }

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