#A3898C

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

Shades of Tapestry #A3898C

Tints of Tapestry #A3898C

Color information

#A3898C (or 0xA3898C) is unknown color: approx Tapestry. HEX triplet: A3, 89 and 8C. RGB value is (163,137,140). Sum of RGB (Red+Green+Blue) = 163+137+140=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A3898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3898C is #5C7673. Grayscale: #919191. Windows color (decimal): -6059636 or 9210275. OLE color: 9210275.

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

Color convert

RGB163137140-
CMYK00.160.140.36
HSL353.08º12.38%58.82%-
HSV(B)353.08º15.95%63.92%-
XYZ28.7827.5728.62-
YUV145.12125.11140.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=37.05%
G=31.14%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313714000.160.140.36353.0812.3858.82
HexA3898C010E24161c3b
Octal24321121402016445411473
Binary10100011100010011000110001000011101001001011000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3898C; }

 p { color: rgb(163,137,140); }

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

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

 a { background-color: rgb(163,137,140); }

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

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

 span { border-color: rgb(163,137,140); }

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