#A77383

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

Shades of Tapestry #A77383

Tints of Tapestry #A77383

Color information

#A77383 (or 0xA77383) is unknown color: approx Tapestry. HEX triplet: A7, 73 and 83. RGB value is (167,115,131). Sum of RGB (Red+Green+Blue) = 167+115+131=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A77383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77383 is #588C7C. Grayscale: #848484. Windows color (decimal): -5803133 or 8614823. OLE color: 8614823.

HSL color Cylindrical-coordinate representation of color #A77383: hue angle of 341.54º degrees, saturation: 0.23, 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 #A77383 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB167115131-
CMYK00.310.220.35
HSL341.54º22.81%55.29%-
HSV(B)341.54º31.14%65.49%-
XYZ26.1622.1224.36-
YUV132.37127.23152.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=40.44%
G=27.85%
B=31.72%

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
Decimal16711513100.310.220.35341.5422.8155.29
HexA7738301F16231561737
Octal24716320303726435262767
Binary101001111110011100000110111111011010001110101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77383; }

 p { color: rgb(167,115,131); }

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

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

 a { background-color: rgb(167,115,131); }

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

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

 span { border-color: rgb(167,115,131); }

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