#AB8190

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

Shades of Tapestry #AB8190

Tints of Tapestry #AB8190

Color information

#AB8190 (or 0xAB8190) is unknown color: approx Tapestry. HEX triplet: AB, 81 and 90. RGB value is (171,129,144). Sum of RGB (Red+Green+Blue) = 171+129+144=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8190 is #547E6F. Grayscale: #8F8F8F. Windows color (decimal): -5537392 or 9470379. OLE color: 9470379.

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

Color convert

RGB171129144-
CMYK00.250.160.33
HSL338.57º20%58.82%-
HSV(B)338.57º24.56%67.06%-
XYZ29.6826.3729.91-
YUV143.27128.41147.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=38.51%
G=29.05%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112914400.250.160.33338.572058.82
HexAB81900191021153143b
Octal25320122003120415232473
Binary1010101110000001100100000110011000010000110101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8190; }

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

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

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

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

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

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

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

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