#A8687C

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

Shades of Tapestry #A8687C

Tints of Tapestry #A8687C

Color information

#A8687C (or 0xA8687C) is unknown color: approx Tapestry. HEX triplet: A8, 68 and 7C. RGB value is (168,104,124). Sum of RGB (Red+Green+Blue) = 168+104+124=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A8687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8687C is #579783. Grayscale: #7D7D7D. Windows color (decimal): -5740420 or 8153256. OLE color: 8153256.

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

Color convert

RGB168104124-
CMYK00.380.260.34
HSL341.25º26.89%53.33%-
HSV(B)341.25º38.1%65.88%-
XYZ24.7419.6821.56-
YUV125.42127.2158.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=42.42%
G=26.26%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810412400.380.260.34341.2526.8953.33
HexA8687C0261A221551b35
Octal25015017404632425253365
Binary101010001101000111110001001101101010001010101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8687C; }

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

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

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

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

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

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

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

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