#AB8491

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

Shades of Tapestry #AB8491

Tints of Tapestry #AB8491

Color information

#AB8491 (or 0xAB8491) is unknown color: approx Tapestry. HEX triplet: AB, 84 and 91. RGB value is (171,132,145). Sum of RGB (Red+Green+Blue) = 171+132+145=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8491 is #547B6E. Grayscale: #919191. Windows color (decimal): -5536623 or 9536683. OLE color: 9536683.

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

Color convert

RGB171132145-
CMYK00.230.150.33
HSL340º18.84%59.41%-
HSV(B)340º22.81%67.06%-
XYZ30.1627.230.45-
YUV145.14127.92146.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 145 (57.03% from 255) = 32.37%
R=38.17%
G=29.46%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113214500.230.150.3334018.8459.41
HexAB8491017F21154133b
Octal25320422102717415242373
Binary101010111000010010010001010111111110000110101010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8491; }

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

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

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

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

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

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

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

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