#AB8490

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

Shades of Tapestry #AB8490

Tints of Tapestry #AB8490

Color information

#AB8490 (or 0xAB8490) is unknown color: approx Tapestry. HEX triplet: AB, 84 and 90. RGB value is (171,132,144). Sum of RGB (Red+Green+Blue) = 171+132+144=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8490 is #547B6F. Grayscale: #919191. Windows color (decimal): -5536624 or 9471147. OLE color: 9471147.

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

Color convert

RGB171132144-
CMYK00.230.160.33
HSL341.54º18.84%59.41%-
HSV(B)341.54º22.81%67.06%-
XYZ30.0827.1730.05-
YUV145.03127.42146.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=38.26%
G=29.53%
B=32.21%

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
Decimal17113214400.230.160.33341.5418.8459.41
HexAB84900171021156133b
Octal25320422002720415262373
Binary1010101110000100100100000101111000010000110101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8490; }

 p { color: rgb(171,132,144); }

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

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

 a { background-color: rgb(171,132,144); }

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

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

 span { border-color: rgb(171,132,144); }

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