#A3818A

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

Shades of Tapestry #A3818A

Tints of Tapestry #A3818A

Color information

#A3818A (or 0xA3818A) is unknown color: approx Tapestry. HEX triplet: A3, 81 and 8A. RGB value is (163,129,138). Sum of RGB (Red+Green+Blue) = 163+129+138=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A3818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3818A is #5C7E75. Grayscale: #8C8C8C. Windows color (decimal): -6061686 or 9077155. OLE color: 9077155.

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

Color convert

RGB163129138-
CMYK00.210.150.36
HSL344.12º15.6%57.25%-
HSV(B)344.12º20.86%63.92%-
XYZ27.5425.3227.48-
YUV140.19126.76144.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=37.91%
G=30%
B=32.09%

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
Decimal16312913800.210.150.36344.1215.657.25
HexA3818A015F241581039
Octal24320121202517445302071
Binary101000111000000110001010010101111110010010101100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3818A; }

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

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

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

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

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

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

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

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