#A57289

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

Shades of Tapestry #A57289

Tints of Tapestry #A57289

Color information

#A57289 (or 0xA57289) is unknown color: approx Tapestry. HEX triplet: A5, 72 and 89. RGB value is (165,114,137). Sum of RGB (Red+Green+Blue) = 165+114+137=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57289 is #5A8D76. Grayscale: #838383. Windows color (decimal): -5934455 or 9007781. OLE color: 9007781.

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

Color convert

RGB165114137-
CMYK00.310.170.35
HSL332.94º22.08%54.71%-
HSV(B)332.94º30.91%64.71%-
XYZ26.0521.8426.51-
YUV131.87130.9151.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=39.66%
G=27.40%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511413700.310.170.35332.9422.0854.71
HexA5728901F112314d1637
Octal24516221103721435152667
Binary101001011110010100010010111111000110001110100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57289; }

 p { color: rgb(165,114,137); }

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

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

 a { background-color: rgb(165,114,137); }

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

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

 span { border-color: rgb(165,114,137); }

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