#A57A8A

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

Shades of Tapestry #A57A8A

Tints of Tapestry #A57A8A

Color information

#A57A8A (or 0xA57A8A) is unknown color: approx Tapestry. HEX triplet: A5, 7A and 8A. RGB value is (165,122,138). Sum of RGB (Red+Green+Blue) = 165+122+138=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A8A is #5A8575. Grayscale: #888888. Windows color (decimal): -5932406 or 9075365. OLE color: 9075365.

HSL color Cylindrical-coordinate representation of color #A57A8A: hue angle of 337.67º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57A8A is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165122138-
CMYK00.260.160.35
HSL337.67º19.28%56.27%-
HSV(B)337.67º26.06%64.71%-
XYZ27.0623.7527.2-
YUV136.68128.75148.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=38.82%
G=28.71%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512213800.260.160.35337.6719.2856.27
HexA57A8A01A10231521338
Octal24517221203220435222370
Binary101001011111010100010100110101000010001110101001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A8A; }

 p { color: rgb(165,122,138); }

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

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

 a { background-color: rgb(165,122,138); }

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

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

 span { border-color: rgb(165,122,138); }

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