#A5667C

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

Shades of Tapestry #A5667C

Tints of Tapestry #A5667C

Color information

#A5667C (or 0xA5667C) is unknown color: approx Tapestry. HEX triplet: A5, 66 and 7C. RGB value is (165,102,124). Sum of RGB (Red+Green+Blue) = 165+102+124=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5667C is #5A9983. Grayscale: #7B7B7B. Windows color (decimal): -5937540 or 8152741. OLE color: 8152741.

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

Color convert

RGB165102124-
CMYK00.380.250.35
HSL339.05º25.93%52.35%-
HSV(B)339.05º38.18%64.71%-
XYZ23.9118.9621.47-
YUV123.34128.37157.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=42.20%
G=26.09%
B=31.71%

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
Decimal16510212400.380.250.35339.0525.9352.35
HexA5667C02619231531a34
Octal24514617404631435233264
Binary101001011100110111110001001101100110001110101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5667C; }

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

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

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

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

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

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

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

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