#A3828A

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

Shades of Tapestry #A3828A

Tints of Tapestry #A3828A

Color information

#A3828A (or 0xA3828A) is unknown color: approx Tapestry. HEX triplet: A3, 82 and 8A. RGB value is (163,130,138). Sum of RGB (Red+Green+Blue) = 163+130+138=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828A is #5C7D75. Grayscale: #8C8C8C. Windows color (decimal): -6061430 or 9077411. OLE color: 9077411.

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

Color convert

RGB163130138-
CMYK00.200.150.36
HSL345.45º15.21%57.45%-
HSV(B)345.45º20.25%63.92%-
XYZ27.6725.5927.52-
YUV140.78126.43143.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=37.82%
G=30.16%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313013800.200.150.36345.4515.2157.45
HexA3828A014F24159f39
Octal24320221202417445311771
Binary10100011100000101000101001010011111001001010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3828A; }

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

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

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

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

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

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

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

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