#A57681

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

Shades of Tapestry #A57681

Tints of Tapestry #A57681

Color information

#A57681 (or 0xA57681) is unknown color: approx Tapestry. HEX triplet: A5, 76 and 81. RGB value is (165,118,129). Sum of RGB (Red+Green+Blue) = 165+118+129=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A57681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57681 is #5A897E. Grayscale: #858585. Windows color (decimal): -5933439 or 8484517. OLE color: 8484517.

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

Color convert

RGB165118129-
CMYK00.280.220.35
HSL345.96º20.7%55.49%-
HSV(B)345.96º28.48%64.71%-
XYZ25.9622.5423.75-
YUV133.31125.57150.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=40.05%
G=28.64%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511812900.280.220.35345.9620.755.49
HexA5768101C162315a1537
Octal24516620103426435322567
Binary101001011110110100000010111001011010001110101101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57681; }

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

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

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

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

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

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

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

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