#AB8590

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

Shades of Tapestry #AB8590

Tints of Tapestry #AB8590

Color information

#AB8590 (or 0xAB8590) is unknown color: approx Tapestry. HEX triplet: AB, 85 and 90. RGB value is (171,133,144). Sum of RGB (Red+Green+Blue) = 171+133+144=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8590 is #547A6F. Grayscale: #919191. Windows color (decimal): -5536368 or 9471403. OLE color: 9471403.

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

Color convert

RGB171133144-
CMYK00.220.160.33
HSL342.63º18.45%59.61%-
HSV(B)342.63º22.22%67.06%-
XYZ30.2227.4530.09-
YUV145.62127.09146.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=38.17%
G=29.69%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113314400.220.160.33342.6318.4559.61
HexAB85900161021157123c
Octal25320522002620415272274
Binary1010101110000101100100000101101000010000110101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8590; }

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

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

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

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

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

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

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

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