#A2697E

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

Shades of Tapestry #A2697E

Tints of Tapestry #A2697E

Color information

#A2697E (or 0xA2697E) is unknown color: approx Tapestry. HEX triplet: A2, 69 and 7E. RGB value is (162,105,126). Sum of RGB (Red+Green+Blue) = 162+105+126=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A2697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2697E is #5D9681. Grayscale: #7C7C7C. Windows color (decimal): -6133378 or 8284578. OLE color: 8284578.

HSL color Cylindrical-coordinate representation of color #A2697E: hue angle of 337.89º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2697E is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162105126-
CMYK00.350.220.36
HSL337.89º23.46%52.35%-
HSV(B)337.89º35.19%63.53%-
XYZ23.7219.2922.21-
YUV124.44128.88154.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=41.22%
G=26.72%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210512600.350.220.36337.8923.4652.35
HexA2697E02316241521734
Octal24215117604326445222764
Binary101000101101001111111001000111011010010010101001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2697E; }

 p { color: rgb(162,105,126); }

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

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

 a { background-color: rgb(162,105,126); }

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

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

 span { border-color: rgb(162,105,126); }

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