#AB858D

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

Shades of Tapestry #AB858D

Tints of Tapestry #AB858D

Color information

#AB858D (or 0xAB858D) is unknown color: approx Tapestry. HEX triplet: AB, 85 and 8D. RGB value is (171,133,141). Sum of RGB (Red+Green+Blue) = 171+133+141=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB858D is #547A72. Grayscale: #919191. Windows color (decimal): -5536371 or 9274795. OLE color: 9274795.

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

Color convert

RGB171133141-
CMYK00.220.180.33
HSL347.37º18.45%59.61%-
HSV(B)347.37º22.22%67.06%-
XYZ29.9927.3628.9-
YUV145.27125.59146.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=38.43%
G=29.89%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113314100.220.180.33347.3718.4559.61
HexAB858D016122115b123c
Octal25320521502622415332274
Binary1010101110000101100011010101101001010000110101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB858D; }

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

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

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

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

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

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

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

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