#A77882

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

Shades of Tapestry #A77882

Tints of Tapestry #A77882

Color information

#A77882 (or 0xA77882) is unknown color: approx Tapestry. HEX triplet: A7, 78 and 82. RGB value is (167,120,130). Sum of RGB (Red+Green+Blue) = 167+120+130=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A77882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77882 is #58877D. Grayscale: #878787. Windows color (decimal): -5801854 or 8550567. OLE color: 8550567.

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

Color convert

RGB167120130-
CMYK00.280.220.35
HSL347.23º21.08%56.27%-
HSV(B)347.23º28.14%65.49%-
XYZ26.6823.2624.2-
YUV135.19125.07150.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=40.05%
G=28.78%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712013000.280.220.35347.2321.0856.27
HexA7788201C162315b1538
Octal24717020203426435332570
Binary101001111111000100000100111001011010001110101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77882; }

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

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

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

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

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

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

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

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