#A4828E

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

Shades of Tapestry #A4828E

Tints of Tapestry #A4828E

Color information

#A4828E (or 0xA4828E) is unknown color: approx Tapestry. HEX triplet: A4, 82 and 8E. RGB value is (164,130,142). Sum of RGB (Red+Green+Blue) = 164+130+142=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4828E is #5B7D71. Grayscale: #8D8D8D. Windows color (decimal): -5995890 or 9339556. OLE color: 9339556.

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

Color convert

RGB164130142-
CMYK00.210.130.36
HSL338.82º15.74%57.65%-
HSV(B)338.82º20.73%64.31%-
XYZ28.1725.8129.09-
YUV141.53128.26144.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=37.61%
G=29.82%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413014200.210.130.36338.8215.7457.65
HexA4828E015D24153103a
Octal24420221602515445232072
Binary101001001000001010001110010101110110010010101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4828E; }

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

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

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

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

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

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

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

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