#A57081

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

Shades of Tapestry #A57081

Tints of Tapestry #A57081

Color information

#A57081 (or 0xA57081) is unknown color: approx Tapestry. HEX triplet: A5, 70 and 81. RGB value is (165,112,129). Sum of RGB (Red+Green+Blue) = 165+112+129=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A57081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57081 is #5A8F7E. Grayscale: #818181. Windows color (decimal): -5934975 or 8482981. OLE color: 8482981.

HSL color Cylindrical-coordinate representation of color #A57081: hue angle of 340.75º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57081 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB165112129-
CMYK00.320.220.35
HSL340.75º22.75%54.31%-
HSV(B)340.75º32.12%64.71%-
XYZ25.2721.1723.52-
YUV129.78127.56153.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=40.64%
G=27.59%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511212900.320.220.35340.7522.7554.31
HexA5708102016231551736
Octal24516020104026435252766
Binary1010010111100001000000101000001011010001110101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57081; }

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

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

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

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

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

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

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

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