#A57B84

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

Shades of Tapestry #A57B84

Tints of Tapestry #A57B84

Color information

#A57B84 (or 0xA57B84) is unknown color: approx Tapestry. HEX triplet: A5, 7B and 84. RGB value is (165,123,132). Sum of RGB (Red+Green+Blue) = 165+123+132=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57B84 is #5A847B. Grayscale: #888888. Windows color (decimal): -5932156 or 8682405. OLE color: 8682405.

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

Color convert

RGB165123132-
CMYK00.250.200.35
HSL347.14º18.92%56.47%-
HSV(B)347.14º25.45%64.71%-
XYZ26.7623.8325.02-
YUV136.58125.41148.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=39.29%
G=29.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512313200.250.200.35347.1418.9256.47
HexA57B84019142315b1338
Octal24517320403124435332370
Binary101001011111011100001000110011010010001110101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B84; }

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

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

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

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

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

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

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

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