#A57585

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

Shades of Tapestry #A57585

Tints of Tapestry #A57585

Color information

#A57585 (or 0xA57585) is unknown color: approx Tapestry. HEX triplet: A5, 75 and 85. RGB value is (165,117,133). Sum of RGB (Red+Green+Blue) = 165+117+133=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A57585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57585 is #5A8A7A. Grayscale: #858585. Windows color (decimal): -5933691 or 8746405. OLE color: 8746405.

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

Color convert

RGB165117133-
CMYK00.290.190.35
HSL340º21.05%55.29%-
HSV(B)340º29.09%64.71%-
XYZ26.1122.4225.14-
YUV133.18127.9150.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=39.76%
G=28.19%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511713300.290.190.3534021.0555.29
HexA5758501D13231541537
Octal24516520503523435242567
Binary101001011110101100001010111011001110001110101010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57585; }

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

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

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

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

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

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

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

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