#A3888C

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

Shades of Tapestry #A3888C

Tints of Tapestry #A3888C

Color information

#A3888C (or 0xA3888C) is unknown color: approx Tapestry. HEX triplet: A3, 88 and 8C. RGB value is (163,136,140). Sum of RGB (Red+Green+Blue) = 163+136+140=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A3888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3888C is #5C7773. Grayscale: #909090. Windows color (decimal): -6059892 or 9210019. OLE color: 9210019.

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

Color convert

RGB163136140-
CMYK00.170.140.36
HSL351.11º12.8%58.63%-
HSV(B)351.11º16.56%63.92%-
XYZ28.6427.2928.57-
YUV144.53125.45141.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=37.13%
G=30.98%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313614000.170.140.36351.1112.858.63
HexA3888C011E2415fd3b
Octal24321021402116445371573
Binary10100011100010001000110001000111101001001010111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3888C; }

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

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

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

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

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

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

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

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