#A57685

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

Shades of Tapestry #A57685

Tints of Tapestry #A57685

Color information

#A57685 (or 0xA57685) is unknown color: approx Tapestry. HEX triplet: A5, 76 and 85. RGB value is (165,118,133). Sum of RGB (Red+Green+Blue) = 165+118+133=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57685 is #5A897A. Grayscale: #858585. Windows color (decimal): -5933435 or 8746661. OLE color: 8746661.

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

Color convert

RGB165118133-
CMYK00.280.190.35
HSL340.85º20.7%55.49%-
HSV(B)340.85º28.48%64.71%-
XYZ26.2322.6525.18-
YUV133.76127.57150.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=39.66%
G=28.37%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511813300.280.190.35340.8520.755.49
HexA5768501C13231551537
Octal24516620503423435252567
Binary101001011110110100001010111001001110001110101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57685; }

 p { color: rgb(165,118,133); }

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

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

 a { background-color: rgb(165,118,133); }

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

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

 span { border-color: rgb(165,118,133); }

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