#A2677C

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

Shades of Tapestry #A2677C

Tints of Tapestry #A2677C

Color information

#A2677C (or 0xA2677C) is unknown color: approx Tapestry. HEX triplet: A2, 67 and 7C. RGB value is (162,103,124). Sum of RGB (Red+Green+Blue) = 162+103+124=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2677C is #5D9883. Grayscale: #7B7B7B. Windows color (decimal): -6133892 or 8152994. OLE color: 8152994.

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

Color convert

RGB162103124-
CMYK00.360.230.36
HSL338.64º24.08%51.96%-
HSV(B)338.64º36.42%63.53%-
XYZ23.3918.8421.47-
YUV123.04128.55155.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=41.65%
G=26.48%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210312400.360.230.36338.6424.0851.96
HexA2677C02417241531834
Octal24214717404427445233064
Binary101000101100111111110001001001011110010010101001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2677C; }

 p { color: rgb(162,103,124); }

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

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

 a { background-color: rgb(162,103,124); }

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

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

 span { border-color: rgb(162,103,124); }

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