#A4888F

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

Shades of Tapestry #A4888F

Tints of Tapestry #A4888F

Color information

#A4888F (or 0xA4888F) is unknown color: approx Tapestry. HEX triplet: A4, 88 and 8F. RGB value is (164,136,143). Sum of RGB (Red+Green+Blue) = 164+136+143=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A4888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4888F is #5B7770. Grayscale: #919191. Windows color (decimal): -5994353 or 9406628. OLE color: 9406628.

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

Color convert

RGB164136143-
CMYK00.170.130.36
HSL345º13.33%58.82%-
HSV(B)345º17.07%64.31%-
XYZ29.0727.4829.76-
YUV145.17126.78141.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=37.02%
G=30.70%
B=32.28%

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
Decimal16413614300.170.130.3634513.3358.82
HexA4888F011D24159d3b
Octal24421021702115445311573
Binary10100100100010001000111101000111011001001010110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4888F; }

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

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

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

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

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

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

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

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