#A8617C

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

Shades of Tapestry #A8617C

Tints of Tapestry #A8617C

Color information

#A8617C (or 0xA8617C) is unknown color: approx Tapestry. HEX triplet: A8, 61 and 7C. RGB value is (168,97,124). Sum of RGB (Red+Green+Blue) = 168+97+124=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8617C is #579E83. Grayscale: #797979. Windows color (decimal): -5742212 or 8151464. OLE color: 8151464.

HSL color Cylindrical-coordinate representation of color #A8617C: hue angle of 337.18º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8617C is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16897124-
CMYK00.420.260.34
HSL337.18º28.98%51.96%-
HSV(B)337.18º42.26%65.88%-
XYZ24.0618.3321.34-
YUV121.31129.52161.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=43.19%
G=24.94%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689712400.420.260.34337.1828.9851.96
HexA8617C02A1A221511d34
Octal25014117405232425213564
Binary101010001100001111110001010101101010001010101000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8617C; }

 p { color: rgb(168,97,124); }

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

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

 a { background-color: rgb(168,97,124); }

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

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

 span { border-color: rgb(168,97,124); }

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