#A18087

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

Shades of Tapestry #A18087

Tints of Tapestry #A18087

Color information

#A18087 (or 0xA18087) is unknown color: approx Tapestry. HEX triplet: A1, 80 and 87. RGB value is (161,128,135). Sum of RGB (Red+Green+Blue) = 161+128+135=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18087 is #5E7F78. Grayscale: #8A8A8A. Windows color (decimal): -6193017 or 8880289. OLE color: 8880289.

HSL color Cylindrical-coordinate representation of color #A18087: hue angle of 347.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18087 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161128135-
CMYK00.200.160.37
HSL347.27º14.93%56.67%-
HSV(B)347.27º20.5%63.14%-
XYZ26.7924.7626.29-
YUV138.66125.93143.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=37.97%
G=30.19%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112813500.200.160.37347.2714.9356.67
HexA18087014102515bf39
Octal24120020702420455331771
Binary101000011000000010000111010100100001001011010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18087; }

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

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

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

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

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

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

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

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