#A5878B

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

Shades of Tapestry #A5878B

Tints of Tapestry #A5878B

Color information

#A5878B (or 0xA5878B) is unknown color: approx Tapestry. HEX triplet: A5, 87 and 8B. RGB value is (165,135,139). Sum of RGB (Red+Green+Blue) = 165+135+139=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5878B is #5A7874. Grayscale: #909090. Windows color (decimal): -5929077 or 9144229. OLE color: 9144229.

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

Color convert

RGB165135139-
CMYK00.180.160.35
HSL352º14.29%58.82%-
HSV(B)352º18.18%64.71%-
XYZ28.8427.1928.15-
YUV144.43124.94142.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=37.59%
G=30.75%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513513900.180.160.3535214.2958.82
HexA5878B0121023160e3b
Octal24520721302220435401673
Binary101001011000011110001011010010100001000111011000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5878B; }

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

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

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

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

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

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

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

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