#A4828C

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

Shades of Tapestry #A4828C

Tints of Tapestry #A4828C

Color information

#A4828C (or 0xA4828C) is unknown color: approx Tapestry. HEX triplet: A4, 82 and 8C. RGB value is (164,130,140). Sum of RGB (Red+Green+Blue) = 164+130+140=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4828C is #5B7D73. Grayscale: #8D8D8D. Windows color (decimal): -5995892 or 9208484. OLE color: 9208484.

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

Color convert

RGB164130140-
CMYK00.210.150.36
HSL342.35º15.74%57.65%-
HSV(B)342.35º20.73%64.31%-
XYZ28.0325.7528.3-
YUV141.31127.26144.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=37.79%
G=29.95%
B=32.26%

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
Decimal16413014000.210.150.36342.3515.7457.65
HexA4828C015F24156103a
Octal24420221402517445262072
Binary101001001000001010001100010101111110010010101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4828C; }

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

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

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

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

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

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

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

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