#A2707F

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

Shades of Tapestry #A2707F

Tints of Tapestry #A2707F

Color information

#A2707F (or 0xA2707F) is unknown color: approx Tapestry. HEX triplet: A2, 70 and 7F. RGB value is (162,112,127). Sum of RGB (Red+Green+Blue) = 162+112+127=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2707F is #5D8F80. Grayscale: #808080. Windows color (decimal): -6131585 or 8351906. OLE color: 8351906.

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

Color convert

RGB162112127-
CMYK00.310.220.36
HSL342º21.19%53.73%-
HSV(B)342º30.86%63.53%-
XYZ24.5320.822.8-
YUV128.66127.06151.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 127 (50% from 255) = 31.67%
R=40.40%
G=27.93%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211212700.310.220.3634221.1953.73
HexA2707F01F16241561536
Octal24216017703726445262566
Binary10100010111000011111110111111011010010010101011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2707F; }

 p { color: rgb(162,112,127); }

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

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

 a { background-color: rgb(162,112,127); }

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

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

 span { border-color: rgb(162,112,127); }

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