#A57581

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

Shades of Tapestry #A57581

Tints of Tapestry #A57581

Color information

#A57581 (or 0xA57581) is unknown color: approx Tapestry. HEX triplet: A5, 75 and 81. RGB value is (165,117,129). Sum of RGB (Red+Green+Blue) = 165+117+129=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A57581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57581 is #5A8A7E. Grayscale: #848484. Windows color (decimal): -5933695 or 8484261. OLE color: 8484261.

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

Color convert

RGB165117129-
CMYK00.290.220.35
HSL345º21.05%55.29%-
HSV(B)345º29.09%64.71%-
XYZ25.8422.3123.71-
YUV132.72125.9151.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=40.15%
G=28.47%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511712900.290.220.3534521.0555.29
HexA5758101D16231591537
Octal24516520103526435312567
Binary101001011110101100000010111011011010001110101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57581; }

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

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

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

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

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

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

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

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