#A47884

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

Shades of Tapestry #A47884

Tints of Tapestry #A47884

Color information

#A47884 (or 0xA47884) is unknown color: approx Tapestry. HEX triplet: A4, 78 and 84. RGB value is (164,120,132). Sum of RGB (Red+Green+Blue) = 164+120+132=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A47884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47884 is #5B877B. Grayscale: #868686. Windows color (decimal): -5998460 or 8681636. OLE color: 8681636.

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

Color convert

RGB164120132-
CMYK00.270.200.36
HSL343.64º19.47%55.69%-
HSV(B)343.64º26.83%64.31%-
XYZ26.1922.9924.89-
YUV134.52126.58149.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=39.42%
G=28.85%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412013200.270.200.36343.6419.4755.69
HexA4788401B14241581338
Octal24417020403324445302370
Binary101001001111000100001000110111010010010010101100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47884; }

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

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

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

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

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

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

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

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