#A38087

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

Shades of Tapestry #A38087

Tints of Tapestry #A38087

Color information

#A38087 (or 0xA38087) is unknown color: approx Tapestry. HEX triplet: A3, 80 and 87. RGB value is (163,128,135). Sum of RGB (Red+Green+Blue) = 163+128+135=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A38087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38087 is #5C7F78. Grayscale: #8B8B8B. Windows color (decimal): -6061945 or 8880291. OLE color: 8880291.

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

Color convert

RGB163128135-
CMYK00.210.170.36
HSL348º15.98%57.06%-
HSV(B)348º21.47%63.92%-
XYZ27.224.9726.31-
YUV139.26125.6144.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=38.26%
G=30.05%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312813500.210.170.3634815.9857.06
HexA38087015112415c1039
Octal24320020702521445342071
Binary1010001110000000100001110101011000110010010101110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38087; }

 p { color: rgb(163,128,135); }

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

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

 a { background-color: rgb(163,128,135); }

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

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

 span { border-color: rgb(163,128,135); }

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