#A4828D

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

Shades of Tapestry #A4828D

Tints of Tapestry #A4828D

Color information

#A4828D (or 0xA4828D) is unknown color: approx Tapestry. HEX triplet: A4, 82 and 8D. RGB value is (164,130,141). Sum of RGB (Red+Green+Blue) = 164+130+141=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4828D is #5B7D72. Grayscale: #8D8D8D. Windows color (decimal): -5995891 or 9274020. OLE color: 9274020.

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

Color convert

RGB164130141-
CMYK00.210.140.36
HSL340.59º15.74%57.65%-
HSV(B)340.59º20.73%64.31%-
XYZ28.125.7828.69-
YUV141.42127.76144.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=37.70%
G=29.89%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413014100.210.140.36340.5915.7457.65
HexA4828D015E24155103a
Octal24420221502516445252072
Binary101001001000001010001101010101111010010010101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4828D; }

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

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

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

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

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

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

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

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