#A77B8A

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

Shades of Tapestry #A77B8A

Tints of Tapestry #A77B8A

Color information

#A77B8A (or 0xA77B8A) is unknown color: approx Tapestry. HEX triplet: A7, 7B and 8A. RGB value is (167,123,138). Sum of RGB (Red+Green+Blue) = 167+123+138=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77B8A is #588475. Grayscale: #898989. Windows color (decimal): -5801078 or 9075623. OLE color: 9075623.

HSL color Cylindrical-coordinate representation of color #A77B8A: hue angle of 339.55º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77B8A is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167123138-
CMYK00.260.170.35
HSL339.55º20%56.86%-
HSV(B)339.55º26.35%65.49%-
XYZ27.6124.2227.26-
YUV137.87128.08148.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 123 (48.44% from 255) = 28.74%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=39.02%
G=28.74%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712313800.260.170.35339.552056.86
HexA77B8A01A11231541439
Octal24717321203221435242471
Binary101001111111011100010100110101000110001110101010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B8A; }

 p { color: rgb(167,123,138); }

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

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

 a { background-color: rgb(167,123,138); }

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

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

 span { border-color: rgb(167,123,138); }

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