#A5878E

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

Shades of Tapestry #A5878E

Tints of Tapestry #A5878E

Color information

#A5878E (or 0xA5878E) is unknown color: approx Tapestry. HEX triplet: A5, 87 and 8E. RGB value is (165,135,142). Sum of RGB (Red+Green+Blue) = 165+135+142=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A5878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5878E is #5A7871. Grayscale: #909090. Windows color (decimal): -5929074 or 9340837. OLE color: 9340837.

HSL color Cylindrical-coordinate representation of color #A5878E: hue angle of 346º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5878E is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB165135142-
CMYK00.180.140.35
HSL346º14.29%58.82%-
HSV(B)346º18.18%64.71%-
XYZ29.0627.2829.32-
YUV144.77126.44142.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=37.33%
G=30.54%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513514200.180.140.3534614.2958.82
HexA5878E012E2315ae3b
Octal24520721602216435321673
Binary10100101100001111000111001001011101000111010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5878E; }

 p { color: rgb(165,135,142); }

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

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

 a { background-color: rgb(165,135,142); }

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

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

 span { border-color: rgb(165,135,142); }

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