#A8647C

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

Shades of Tapestry #A8647C

Tints of Tapestry #A8647C

Color information

#A8647C (or 0xA8647C) is unknown color: approx Tapestry. HEX triplet: A8, 64 and 7C. RGB value is (168,100,124). Sum of RGB (Red+Green+Blue) = 168+100+124=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8647C is #579B83. Grayscale: #7B7B7B. Windows color (decimal): -5741444 or 8152232. OLE color: 8152232.

HSL color Cylindrical-coordinate representation of color #A8647C: hue angle of 338.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8647C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB168100124-
CMYK00.400.260.34
HSL338.82º28.1%52.55%-
HSV(B)338.82º40.48%65.88%-
XYZ24.3418.8921.43-
YUV123.07128.53160.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=42.86%
G=25.51%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810012400.400.260.34338.8228.152.55
HexA8647C0281A221531c35
Octal25014417405032425233465
Binary101010001100100111110001010001101010001010101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8647C; }

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

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

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

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

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

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

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

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