#A3828D

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

Shades of Tapestry #A3828D

Tints of Tapestry #A3828D

Color information

#A3828D (or 0xA3828D) is unknown color: approx Tapestry. HEX triplet: A3, 82 and 8D. RGB value is (163,130,141). Sum of RGB (Red+Green+Blue) = 163+130+141=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828D is #5C7D72. Grayscale: #8D8D8D. Windows color (decimal): -6061427 or 9274019. OLE color: 9274019.

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

Color convert

RGB163130141-
CMYK00.200.130.36
HSL340º15.21%57.45%-
HSV(B)340º20.25%63.92%-
XYZ27.8925.6728.68-
YUV141.12127.93143.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=37.56%
G=29.95%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313014100.200.130.3634015.2157.45
HexA3828D014D24154f39
Octal24320221502415445241771
Binary10100011100000101000110101010011011001001010101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3828D; }

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

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

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

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

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

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

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

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