#A3828C

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

Shades of Tapestry #A3828C

Tints of Tapestry #A3828C

Color information

#A3828C (or 0xA3828C) is unknown color: approx Tapestry. HEX triplet: A3, 82 and 8C. RGB value is (163,130,140). Sum of RGB (Red+Green+Blue) = 163+130+140=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828C is #5C7D73. Grayscale: #8D8D8D. Windows color (decimal): -6061428 or 9208483. OLE color: 9208483.

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

Color convert

RGB163130140-
CMYK00.200.140.36
HSL341.82º15.21%57.45%-
HSV(B)341.82º20.25%63.92%-
XYZ27.8225.6528.29-
YUV141.01127.43143.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=37.64%
G=30.02%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313014000.200.140.36341.8215.2157.45
HexA3828C014E24156f39
Octal24320221402416445261771
Binary10100011100000101000110001010011101001001010101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3828C; }

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

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

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

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

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

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

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

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