#A57588

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

Shades of Tapestry #A57588

Tints of Tapestry #A57588

Color information

#A57588 (or 0xA57588) is unknown color: approx Tapestry. HEX triplet: A5, 75 and 88. RGB value is (165,117,136). Sum of RGB (Red+Green+Blue) = 165+117+136=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A57588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57588 is #5A8A77. Grayscale: #858585. Windows color (decimal): -5933688 or 8943013. OLE color: 8943013.

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

Color convert

RGB165117136-
CMYK00.290.180.35
HSL336.25º21.05%55.29%-
HSV(B)336.25º29.09%64.71%-
XYZ26.3222.526.25-
YUV133.52129.4150.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=39.47%
G=27.99%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511713600.290.180.35336.2521.0555.29
HexA5758801D12231501537
Octal24516521003522435202567
Binary101001011110101100010000111011001010001110101000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57588; }

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

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

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

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

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

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

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

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