#A5687C

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

Shades of Tapestry #A5687C

Tints of Tapestry #A5687C

Color information

#A5687C (or 0xA5687C) is unknown color: approx Tapestry. HEX triplet: A5, 68 and 7C. RGB value is (165,104,124). Sum of RGB (Red+Green+Blue) = 165+104+124=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5687C is #5A9783. Grayscale: #7C7C7C. Windows color (decimal): -5937028 or 8153253. OLE color: 8153253.

HSL color Cylindrical-coordinate representation of color #A5687C: hue angle of 340.33º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5687C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB165104124-
CMYK00.370.250.35
HSL340.33º25.31%52.75%-
HSV(B)340.33º36.97%64.71%-
XYZ24.1119.3621.53-
YUV124.52127.71156.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=41.98%
G=26.46%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510412400.370.250.35340.3325.3152.75
HexA5687C02519231541935
Octal24515017404531435243165
Binary101001011101000111110001001011100110001110101010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5687C; }

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

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

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

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

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

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

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

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