#A77D8A

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

Shades of Tapestry #A77D8A

Tints of Tapestry #A77D8A

Color information

#A77D8A (or 0xA77D8A) is unknown color: approx Tapestry. HEX triplet: A7, 7D and 8A. RGB value is (167,125,138). Sum of RGB (Red+Green+Blue) = 167+125+138=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D8A is #588275. Grayscale: #8B8B8B. Windows color (decimal): -5800566 or 9076135. OLE color: 9076135.

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

Color convert

RGB167125138-
CMYK00.250.170.35
HSL341.43º19.27%57.25%-
HSV(B)341.43º25.15%65.49%-
XYZ27.8624.7227.35-
YUV139.04127.41147.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=38.84%
G=29.07%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712513800.250.170.35341.4319.2757.25
HexA77D8A01911231551339
Octal24717521203121435252371
Binary101001111111101100010100110011000110001110101010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D8A; }

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

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

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

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

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

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

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

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