#AB898D

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

Shades of Tapestry #AB898D

Tints of Tapestry #AB898D

Color information

#AB898D (or 0xAB898D) is unknown color: approx Tapestry. HEX triplet: AB, 89 and 8D. RGB value is (171,137,141). Sum of RGB (Red+Green+Blue) = 171+137+141=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB898D is #547672. Grayscale: #939393. Windows color (decimal): -5535347 or 9275819. OLE color: 9275819.

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

Color convert

RGB171137141-
CMYK00.200.180.33
HSL352.94º16.83%60.39%-
HSV(B)352.94º19.88%67.06%-
XYZ30.5528.4729.08-
YUV147.62124.26144.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=38.08%
G=30.51%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113714100.200.180.33352.9416.8360.39
HexAB898D0141221161113c
Octal25321121502422415412174
Binary1010101110001001100011010101001001010000110110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB898D; }

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

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

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

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

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

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

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

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