#A4818B

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

Shades of Tapestry #A4818B

Tints of Tapestry #A4818B

Color information

#A4818B (or 0xA4818B) is unknown color: approx Tapestry. HEX triplet: A4, 81 and 8B. RGB value is (164,129,139). Sum of RGB (Red+Green+Blue) = 164+129+139=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A4818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4818B is #5B7E74. Grayscale: #8C8C8C. Windows color (decimal): -5996149 or 9142692. OLE color: 9142692.

HSL color Cylindrical-coordinate representation of color #A4818B: hue angle of 342.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4818B is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB164129139-
CMYK00.210.150.36
HSL342.86º16.13%57.45%-
HSV(B)342.86º21.34%64.31%-
XYZ27.8225.4627.87-
YUV140.6127.1144.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=37.96%
G=29.86%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412913900.210.150.36342.8616.1357.45
HexA4818B015F241571039
Octal24420121302517445272071
Binary101001001000000110001011010101111110010010101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4818B; }

 p { color: rgb(164,129,139); }

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

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

 a { background-color: rgb(164,129,139); }

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

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

 span { border-color: rgb(164,129,139); }

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