#A57483

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

Shades of Tapestry #A57483

Tints of Tapestry #A57483

Color information

#A57483 (or 0xA57483) is unknown color: approx Tapestry. HEX triplet: A5, 74 and 83. RGB value is (165,116,131). Sum of RGB (Red+Green+Blue) = 165+116+131=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A57483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57483 is #5A8B7C. Grayscale: #848484. Windows color (decimal): -5933949 or 8615077. OLE color: 8615077.

HSL color Cylindrical-coordinate representation of color #A57483: hue angle of 341.63º 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 #A57483 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB165116131-
CMYK00.300.210.35
HSL341.63º21.4%55.1%-
HSV(B)341.63º29.7%64.71%-
XYZ25.8622.1324.38-
YUV132.36127.23151.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=40.05%
G=28.16%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511613100.300.210.35341.6321.455.1
HexA5748301E15231561537
Octal24516420303625435262567
Binary101001011110100100000110111101010110001110101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57483; }

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

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

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

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

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

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

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

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