#A4898E

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

Shades of Tapestry #A4898E

Tints of Tapestry #A4898E

Color information

#A4898E (or 0xA4898E) is unknown color: approx Tapestry. HEX triplet: A4, 89 and 8E. RGB value is (164,137,142). Sum of RGB (Red+Green+Blue) = 164+137+142=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A4898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4898E is #5B7671. Grayscale: #919191. Windows color (decimal): -5994098 or 9341348. OLE color: 9341348.

HSL color Cylindrical-coordinate representation of color #A4898E: 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.16%. Process color model (Four color, CMYK) of #A4898E is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164137142-
CMYK00.160.130.36
HSL348.89º12.92%59.02%-
HSV(B)348.89º16.46%64.31%-
XYZ29.1427.7429.41-
YUV145.64125.95141.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=37.02%
G=30.93%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413714200.160.130.36348.8912.9259.02
HexA4898E010D2415dd3b
Octal24421121602015445351573
Binary10100100100010011000111001000011011001001010111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4898E; }

 p { color: rgb(164,137,142); }

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

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

 a { background-color: rgb(164,137,142); }

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

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

 span { border-color: rgb(164,137,142); }

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