#A5848D

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

Shades of Tapestry #A5848D

Tints of Tapestry #A5848D

Color information

#A5848D (or 0xA5848D) is unknown color: approx Tapestry. HEX triplet: A5, 84 and 8D. RGB value is (165,132,141). Sum of RGB (Red+Green+Blue) = 165+132+141=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5848D is #5A7B72. Grayscale: #8E8E8E. Windows color (decimal): -5929843 or 9274533. OLE color: 9274533.

HSL color Cylindrical-coordinate representation of color #A5848D: hue angle of 343.64º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5848D is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165132141-
CMYK00.200.150.35
HSL343.64º15.49%58.24%-
HSV(B)343.64º20%64.71%-
XYZ28.5826.4228.79-
YUV142.89126.93143.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=37.67%
G=30.14%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513214100.200.150.35343.6415.4958.24
HexA5848D014F23158f3a
Octal24520421502417435301772
Binary10100101100001001000110101010011111000111010110001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5848D; }

 p { color: rgb(165,132,141); }

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

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

 a { background-color: rgb(165,132,141); }

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

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

 span { border-color: rgb(165,132,141); }

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