#A5677C

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

Shades of Tapestry #A5677C

Tints of Tapestry #A5677C

Color information

#A5677C (or 0xA5677C) is unknown color: approx Tapestry. HEX triplet: A5, 67 and 7C. RGB value is (165,103,124). Sum of RGB (Red+Green+Blue) = 165+103+124=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5677C is #5A9883. Grayscale: #7B7B7B. Windows color (decimal): -5937284 or 8152997. OLE color: 8152997.

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

Color convert

RGB165103124-
CMYK00.380.250.35
HSL339.68º25.62%52.55%-
HSV(B)339.68º37.58%64.71%-
XYZ24.0119.1621.5-
YUV123.93128.04157.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=42.09%
G=26.28%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510312400.380.250.35339.6825.6252.55
HexA5677C02619231541a35
Octal24514717404631435243265
Binary101001011100111111110001001101100110001110101010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5677C; }

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

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

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

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

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

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

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

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