#A57184

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

Shades of Tapestry #A57184

Tints of Tapestry #A57184

Color information

#A57184 (or 0xA57184) is unknown color: approx Tapestry. HEX triplet: A5, 71 and 84. RGB value is (165,113,132). Sum of RGB (Red+Green+Blue) = 165+113+132=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A57184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57184 is #5A8E7B. Grayscale: #828282. Windows color (decimal): -5934716 or 8679845. OLE color: 8679845.

HSL color Cylindrical-coordinate representation of color #A57184: hue angle of 338.08º 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 #A57184 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB165113132-
CMYK00.320.200.35
HSL338.08º22.41%54.51%-
HSV(B)338.08º31.52%64.71%-
XYZ25.5921.4824.63-
YUV130.71128.73152.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=40.24%
G=27.56%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511313200.320.200.35338.0822.4154.51
HexA5718402014231521637
Octal24516120404024435222667
Binary1010010111100011000010001000001010010001110101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57184; }

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

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

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

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

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

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

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

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