#A57487

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

Shades of Tapestry #A57487

Tints of Tapestry #A57487

Color information

#A57487 (or 0xA57487) is unknown color: approx Tapestry. HEX triplet: A5, 74 and 87. RGB value is (165,116,135). Sum of RGB (Red+Green+Blue) = 165+116+135=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57487 is #5A8B78. Grayscale: #848484. Windows color (decimal): -5933945 or 8877221. OLE color: 8877221.

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

Color convert

RGB165116135-
CMYK00.300.180.35
HSL336.73º21.4%55.1%-
HSV(B)336.73º29.7%64.71%-
XYZ26.1422.2425.84-
YUV132.82129.23150.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=39.66%
G=27.88%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511613500.300.180.35336.7321.455.1
HexA5748701E12231511537
Octal24516420703622435212567
Binary101001011110100100001110111101001010001110101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57487; }

 p { color: rgb(165,116,135); }

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

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

 a { background-color: rgb(165,116,135); }

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

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

 span { border-color: rgb(165,116,135); }

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