#A77287

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

Shades of Tapestry #A77287

Tints of Tapestry #A77287

Color information

#A77287 (or 0xA77287) is unknown color: approx Tapestry. HEX triplet: A7, 72 and 87. RGB value is (167,114,135). Sum of RGB (Red+Green+Blue) = 167+114+135=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A77287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77287 is #588D78. Grayscale: #848484. Windows color (decimal): -5803385 or 8876711. OLE color: 8876711.

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

Color convert

RGB167114135-
CMYK00.320.190.35
HSL336.23º23.14%55.1%-
HSV(B)336.23º31.74%65.49%-
XYZ26.332225.78-
YUV132.24129.56152.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=40.14%
G=27.40%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711413500.320.190.35336.2323.1455.1
HexA7728702013231501737
Octal24716220704023435202767
Binary1010011111100101000011101000001001110001110101000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77287; }

 p { color: rgb(167,114,135); }

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

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

 a { background-color: rgb(167,114,135); }

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

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

 span { border-color: rgb(167,114,135); }

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