#A76782

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

Shades of Tapestry #A76782

Tints of Tapestry #A76782

Color information

#A76782 (or 0xA76782) is unknown color: approx Tapestry. HEX triplet: A7, 67 and 82. RGB value is (167,103,130). Sum of RGB (Red+Green+Blue) = 167+103+130=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A76782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76782 is #58987D. Grayscale: #7D7D7D. Windows color (decimal): -5806206 or 8546215. OLE color: 8546215.

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

Color convert

RGB167103130-
CMYK00.380.220.35
HSL334.69º26.67%52.94%-
HSV(B)334.69º38.32%65.49%-
XYZ24.8219.5323.58-
YUV125.21130.7157.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.75%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=41.75%
G=25.75%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710313000.380.220.35334.6926.6752.94
HexA76782026162314f1b35
Octal24714720204626435173365
Binary1010011111001111000001001001101011010001110100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76782; }

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

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

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

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

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

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

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

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