#A2818A

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

Shades of Tapestry #A2818A

Tints of Tapestry #A2818A

Color information

#A2818A (or 0xA2818A) is unknown color: approx Tapestry. HEX triplet: A2, 81 and 8A. RGB value is (162,129,138). Sum of RGB (Red+Green+Blue) = 162+129+138=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A2818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2818A is #5D7E75. Grayscale: #8B8B8B. Windows color (decimal): -6127222 or 9077154. OLE color: 9077154.

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

Color convert

RGB162129138-
CMYK00.200.150.36
HSL343.64º15.07%57.06%-
HSV(B)343.64º20.37%63.53%-
XYZ27.3425.2227.47-
YUV139.89126.93143.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=37.76%
G=30.07%
B=32.17%

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
Decimal16212913800.200.150.36343.6415.0757.06
HexA2818A014F24158f39
Octal24220121202417445301771
Binary10100010100000011000101001010011111001001010110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2818A; }

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

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

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

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

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

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

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

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