#AB8487

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

Shades of Tapestry #AB8487

Tints of Tapestry #AB8487

Color information

#AB8487 (or 0xAB8487) is unknown color: approx Tapestry. HEX triplet: AB, 84 and 87. RGB value is (171,132,135). Sum of RGB (Red+Green+Blue) = 171+132+135=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8487 is #547B78. Grayscale: #909090. Windows color (decimal): -5536633 or 8881323. OLE color: 8881323.

HSL color Cylindrical-coordinate representation of color #AB8487: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8487 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB171132135-
CMYK00.230.210.33
HSL355.38º18.84%59.41%-
HSV(B)355.38º22.81%67.06%-
XYZ29.4226.9126.57-
YUV144122.92147.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=39.04%
G=30.14%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113213500.230.210.33355.3818.8459.41
HexAB84870171521163133b
Octal25320420702725415432373
Binary1010101110000100100001110101111010110000110110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8487; }

 p { color: rgb(171,132,135); }

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

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

 a { background-color: rgb(171,132,135); }

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

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

 span { border-color: rgb(171,132,135); }

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