#A5758A

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

Shades of Tapestry #A5758A

Tints of Tapestry #A5758A

Color information

#A5758A (or 0xA5758A) is unknown color: approx Tapestry. HEX triplet: A5, 75 and 8A. RGB value is (165,117,138). Sum of RGB (Red+Green+Blue) = 165+117+138=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5758A is #5A8A75. Grayscale: #858585. Windows color (decimal): -5933686 or 9074085. OLE color: 9074085.

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

Color convert

RGB165117138-
CMYK00.290.160.35
HSL333.75º21.05%55.29%-
HSV(B)333.75º29.09%64.71%-
XYZ26.4722.5627-
YUV133.75130.4150.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=39.29%
G=27.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511713800.290.160.35333.7521.0555.29
HexA5758A01D102314e1537
Octal24516521203520435162567
Binary101001011110101100010100111011000010001110100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5758A; }

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

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

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

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

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

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

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

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