#A2868A

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

Shades of Tapestry #A2868A

Tints of Tapestry #A2868A

Color information

#A2868A (or 0xA2868A) is unknown color: approx Tapestry. HEX triplet: A2, 86 and 8A. RGB value is (162,134,138). Sum of RGB (Red+Green+Blue) = 162+134+138=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2868A is #5D7975. Grayscale: #8E8E8E. Windows color (decimal): -6125942 or 9078434. OLE color: 9078434.

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

Color convert

RGB162134138-
CMYK00.170.150.36
HSL351.43º13.08%58.04%-
HSV(B)351.43º17.28%63.53%-
XYZ28.0126.5727.7-
YUV142.83125.28141.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=37.33%
G=30.88%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213413800.170.150.36351.4313.0858.04
HexA2868A011F2415fd3a
Octal24220621202117445371572
Binary10100010100001101000101001000111111001001010111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2868A; }

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

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

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

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

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

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

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

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