#A5898D

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

Shades of Tapestry #A5898D

Tints of Tapestry #A5898D

Color information

#A5898D (or 0xA5898D) is unknown color: approx Tapestry. HEX triplet: A5, 89 and 8D. RGB value is (165,137,141). Sum of RGB (Red+Green+Blue) = 165+137+141=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A5898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5898D is #5A7672. Grayscale: #919191. Windows color (decimal): -5928563 or 9275813. OLE color: 9275813.

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

Color convert

RGB165137141-
CMYK00.170.150.35
HSL351.43º13.46%59.22%-
HSV(B)351.43º16.97%64.71%-
XYZ29.2727.8129.03-
YUV145.83125.28141.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=37.25%
G=30.93%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513714100.170.150.35351.4313.4659.22
HexA5898D011F2315fd3b
Octal24521121502117435371573
Binary10100101100010011000110101000111111000111010111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5898D; }

 p { color: rgb(165,137,141); }

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

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

 a { background-color: rgb(165,137,141); }

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

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

 span { border-color: rgb(165,137,141); }

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