#A4888E

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

Shades of Tapestry #A4888E

Tints of Tapestry #A4888E

Color information

#A4888E (or 0xA4888E) is unknown color: approx Tapestry. HEX triplet: A4, 88 and 8E. RGB value is (164,136,142). Sum of RGB (Red+Green+Blue) = 164+136+142=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A4888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4888E is #5B7771. Grayscale: #919191. Windows color (decimal): -5994354 or 9341092. OLE color: 9341092.

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

Color convert

RGB164136142-
CMYK00.170.130.36
HSL347.14º13.33%58.82%-
HSV(B)347.14º17.07%64.31%-
XYZ2927.4529.36-
YUV145.06126.28141.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=37.10%
G=30.77%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413614200.170.130.36347.1413.3358.82
HexA4888E011D2415bd3b
Octal24421021602115445331573
Binary10100100100010001000111001000111011001001010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4888E; }

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

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

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

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

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

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

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

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