#A5647D

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

Shades of Tapestry #A5647D

Tints of Tapestry #A5647D

Color information

#A5647D (or 0xA5647D) is unknown color: approx Tapestry. HEX triplet: A5, 64 and 7D. RGB value is (165,100,125). Sum of RGB (Red+Green+Blue) = 165+100+125=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5647D is #5A9B82. Grayscale: #7A7A7A. Windows color (decimal): -5938051 or 8217765. OLE color: 8217765.

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

Color convert

RGB165100125-
CMYK00.390.240.35
HSL336.92º26.53%51.96%-
HSV(B)336.92º39.39%64.71%-
XYZ23.7818.5921.74-
YUV122.28129.53158.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=42.31%
G=25.64%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510012500.390.240.35336.9226.5351.96
HexA5647D02718231511b34
Octal24514417504730435213364
Binary101001011100100111110101001111100010001110101000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5647D; }

 p { color: rgb(165,100,125); }

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

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

 a { background-color: rgb(165,100,125); }

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

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

 span { border-color: rgb(165,100,125); }

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