#A3818B

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

Shades of Tapestry #A3818B

Tints of Tapestry #A3818B

Color information

#A3818B (or 0xA3818B) is unknown color: approx Tapestry. HEX triplet: A3, 81 and 8B. RGB value is (163,129,139). Sum of RGB (Red+Green+Blue) = 163+129+139=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A3818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3818B is #5C7E74. Grayscale: #8C8C8C. Windows color (decimal): -6061685 or 9142691. OLE color: 9142691.

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

Color convert

RGB163129139-
CMYK00.210.150.36
HSL342.35º15.6%57.25%-
HSV(B)342.35º20.86%63.92%-
XYZ27.6125.3527.86-
YUV140.31127.26144.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=37.82%
G=29.93%
B=32.25%

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
Decimal16312913900.210.150.36342.3515.657.25
HexA3818B015F241561039
Octal24320121302517445262071
Binary101000111000000110001011010101111110010010101011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3818B; }

 p { color: rgb(163,129,139); }

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

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

 a { background-color: rgb(163,129,139); }

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

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

 span { border-color: rgb(163,129,139); }

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