#A3888D

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

Shades of Tapestry #A3888D

Tints of Tapestry #A3888D

Color information

#A3888D (or 0xA3888D) is unknown color: approx Tapestry. HEX triplet: A3, 88 and 8D. RGB value is (163,136,141). Sum of RGB (Red+Green+Blue) = 163+136+141=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A3888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3888D is #5C7772. Grayscale: #909090. Windows color (decimal): -6059891 or 9275555. OLE color: 9275555.

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

Color convert

RGB163136141-
CMYK00.170.130.36
HSL348.89º12.8%58.63%-
HSV(B)348.89º16.56%63.92%-
XYZ28.7227.3228.96-
YUV144.64125.95141.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=37.05%
G=30.91%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313614100.170.130.36348.8912.858.63
HexA3888D011D2415dd3b
Octal24321021502115445351573
Binary10100011100010001000110101000111011001001010111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3888D; }

 p { color: rgb(163,136,141); }

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

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

 a { background-color: rgb(163,136,141); }

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

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

 span { border-color: rgb(163,136,141); }

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