#A77482

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

Shades of Tapestry #A77482

Tints of Tapestry #A77482

Color information

#A77482 (or 0xA77482) is unknown color: approx Tapestry. HEX triplet: A7, 74 and 82. RGB value is (167,116,130). Sum of RGB (Red+Green+Blue) = 167+116+130=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A77482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77482 is #588B7D. Grayscale: #848484. Windows color (decimal): -5802878 or 8549543. OLE color: 8549543.

HSL color Cylindrical-coordinate representation of color #A77482: hue angle of 343.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77482 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB167116130-
CMYK00.310.220.35
HSL343.53º22.47%55.49%-
HSV(B)343.53º30.54%65.49%-
XYZ26.2122.3224.05-
YUV132.84126.4152.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=40.44%
G=28.09%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711613000.310.220.35343.5322.4755.49
HexA7748201F16231581637
Octal24716420203726435302667
Binary101001111110100100000100111111011010001110101100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77482; }

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

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

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

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

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

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

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

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