#AB8290

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

Shades of Tapestry #AB8290

Tints of Tapestry #AB8290

Color information

#AB8290 (or 0xAB8290) is unknown color: approx Tapestry. HEX triplet: AB, 82 and 90. RGB value is (171,130,144). Sum of RGB (Red+Green+Blue) = 171+130+144=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8290 is #547D6F. Grayscale: #8F8F8F. Windows color (decimal): -5537136 or 9470635. OLE color: 9470635.

HSL color Cylindrical-coordinate representation of color #AB8290: hue angle of 339.51º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8290 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB171130144-
CMYK00.240.160.33
HSL339.51º19.62%59.02%-
HSV(B)339.51º23.98%67.06%-
XYZ29.8126.6429.96-
YUV143.85128.08147.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=38.43%
G=29.21%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113014400.240.160.33339.5119.6259.02
HexAB82900181021154143b
Octal25320222003020415242473
Binary1010101110000010100100000110001000010000110101010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8290; }

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

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

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

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

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

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

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

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