#A77D85

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

Shades of Tapestry #A77D85

Tints of Tapestry #A77D85

Color information

#A77D85 (or 0xA77D85) is unknown color: approx Tapestry. HEX triplet: A7, 7D and 85. RGB value is (167,125,133). Sum of RGB (Red+Green+Blue) = 167+125+133=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D85 is #58827A. Grayscale: #8A8A8A. Windows color (decimal): -5800571 or 8748455. OLE color: 8748455.

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

Color convert

RGB167125133-
CMYK00.250.200.35
HSL348.57º19.27%57.25%-
HSV(B)348.57º25.15%65.49%-
XYZ27.524.5825.48-
YUV138.47124.91148.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=39.29%
G=29.41%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712513300.250.200.35348.5719.2757.25
HexA77D85019142315d1339
Octal24717520503124435352371
Binary101001111111101100001010110011010010001110101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D85; }

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

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

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

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

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

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

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

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