#A57186

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

Shades of Tapestry #A57186

Tints of Tapestry #A57186

Color information

#A57186 (or 0xA57186) is unknown color: approx Tapestry. HEX triplet: A5, 71 and 86. RGB value is (165,113,134). Sum of RGB (Red+Green+Blue) = 165+113+134=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A57186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57186 is #5A8E79. Grayscale: #828282. Windows color (decimal): -5934714 or 8810917. OLE color: 8810917.

HSL color Cylindrical-coordinate representation of color #A57186: hue angle of 335.77º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57186 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB165113134-
CMYK00.320.190.35
HSL335.77º22.41%54.51%-
HSV(B)335.77º31.52%64.71%-
XYZ25.7321.5325.35-
YUV130.94129.73152.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=40.05%
G=27.43%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511313400.320.190.35335.7722.4154.51
HexA5718602013231501637
Octal24516120604023435202667
Binary1010010111100011000011001000001001110001110101000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57186; }

 p { color: rgb(165,113,134); }

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

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

 a { background-color: rgb(165,113,134); }

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

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

 span { border-color: rgb(165,113,134); }

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