#A47983

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

Shades of Tapestry #A47983

Tints of Tapestry #A47983

Color information

#A47983 (or 0xA47983) is unknown color: approx Tapestry. HEX triplet: A4, 79 and 83. RGB value is (164,121,131). Sum of RGB (Red+Green+Blue) = 164+121+131=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A47983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47983 is #5B867C. Grayscale: #878787. Windows color (decimal): -5998205 or 8616356. OLE color: 8616356.

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

Color convert

RGB164121131-
CMYK00.260.200.36
HSL346.05º19.11%55.88%-
HSV(B)346.05º26.22%64.31%-
XYZ26.2423.2124.57-
YUV135125.75148.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 131 (51.56% from 255) = 31.49%
R=39.42%
G=29.09%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412113100.260.200.36346.0519.1155.88
HexA4798301A142415a1338
Octal24417120303224445322370
Binary101001001111001100000110110101010010010010101101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47983; }

 p { color: rgb(164,121,131); }

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

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

 a { background-color: rgb(164,121,131); }

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

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

 span { border-color: rgb(164,121,131); }

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