#AB8287

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

Shades of Tapestry #AB8287

Tints of Tapestry #AB8287

Color information

#AB8287 (or 0xAB8287) is unknown color: approx Tapestry. HEX triplet: AB, 82 and 87. RGB value is (171,130,135). Sum of RGB (Red+Green+Blue) = 171+130+135=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8287 is #547D78. Grayscale: #8E8E8E. Windows color (decimal): -5537145 or 8880811. OLE color: 8880811.

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

Color convert

RGB171130135-
CMYK00.240.210.33
HSL352.68º19.62%59.02%-
HSV(B)352.68º23.98%67.06%-
XYZ29.1526.3726.48-
YUV142.83123.58148.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=39.22%
G=29.82%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113013500.240.210.33352.6819.6259.02
HexAB82870181521161143b
Octal25320220703025415412473
Binary1010101110000010100001110110001010110000110110000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8287; }

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

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

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

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

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

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

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

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