#A47889

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

Shades of Tapestry #A47889

Tints of Tapestry #A47889

Color information

#A47889 (or 0xA47889) is unknown color: approx Tapestry. HEX triplet: A4, 78 and 89. RGB value is (164,120,137). Sum of RGB (Red+Green+Blue) = 164+120+137=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A47889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47889 is #5B8776. Grayscale: #878787. Windows color (decimal): -5998455 or 9009316. OLE color: 9009316.

HSL color Cylindrical-coordinate representation of color #A47889: hue angle of 336.82º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47889 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164120137-
CMYK00.270.160.36
HSL336.82º19.47%55.69%-
HSV(B)336.82º26.83%64.31%-
XYZ26.5423.1326.73-
YUV135.09129.08148.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=38.95%
G=28.50%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412013700.270.160.36336.8219.4755.69
HexA4788901B10241511338
Octal24417021103320445212370
Binary101001001111000100010010110111000010010010101000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47889; }

 p { color: rgb(164,120,137); }

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

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

 a { background-color: rgb(164,120,137); }

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

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

 span { border-color: rgb(164,120,137); }

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