#AB858E

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

Shades of Tapestry #AB858E

Tints of Tapestry #AB858E

Color information

#AB858E (or 0xAB858E) is unknown color: approx Tapestry. HEX triplet: AB, 85 and 8E. RGB value is (171,133,142). Sum of RGB (Red+Green+Blue) = 171+133+142=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB858E is #547A71. Grayscale: #919191. Windows color (decimal): -5536370 or 9340331. OLE color: 9340331.

HSL color Cylindrical-coordinate representation of color #AB858E: hue angle of 345.79º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB858E is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB171133142-
CMYK00.220.170.33
HSL345.79º18.45%59.61%-
HSV(B)345.79º22.22%67.06%-
XYZ30.0627.3929.29-
YUV145.39126.09146.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=38.34%
G=29.82%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113314200.220.170.33345.7918.4559.61
HexAB858E016112115a123c
Octal25320521602621415322274
Binary1010101110000101100011100101101000110000110101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB858E; }

 p { color: rgb(171,133,142); }

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

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

 a { background-color: rgb(171,133,142); }

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

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

 span { border-color: rgb(171,133,142); }

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