#AB838F

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

Shades of Tapestry #AB838F

Tints of Tapestry #AB838F

Color information

#AB838F (or 0xAB838F) is unknown color: approx Tapestry. HEX triplet: AB, 83 and 8F. RGB value is (171,131,143). Sum of RGB (Red+Green+Blue) = 171+131+143=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB838F is #547C70. Grayscale: #909090. Windows color (decimal): -5536881 or 9405355. OLE color: 9405355.

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

Color convert

RGB171131143-
CMYK00.230.160.33
HSL342º19.23%59.22%-
HSV(B)342º23.39%67.06%-
XYZ29.8726.8729.6-
YUV144.33127.25147.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=38.43%
G=29.44%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113114300.230.160.3334219.2359.22
HexAB838F0171021156133b
Octal25320321702720415262373
Binary1010101110000011100011110101111000010000110101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB838F; }

 p { color: rgb(171,131,143); }

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

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

 a { background-color: rgb(171,131,143); }

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

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

 span { border-color: rgb(171,131,143); }

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