#AB818D

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

Shades of Tapestry #AB818D

Tints of Tapestry #AB818D

Color information

#AB818D (or 0xAB818D) is unknown color: approx Tapestry. HEX triplet: AB, 81 and 8D. RGB value is (171,129,141). Sum of RGB (Red+Green+Blue) = 171+129+141=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB818D is #547E72. Grayscale: #8E8E8E. Windows color (decimal): -5537395 or 9273771. OLE color: 9273771.

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

Color convert

RGB171129141-
CMYK00.250.180.33
HSL342.86º20%58.82%-
HSV(B)342.86º24.56%67.06%-
XYZ29.4526.2828.72-
YUV142.93126.91148.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=38.78%
G=29.25%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112914100.250.180.33342.862058.82
HexAB818D0191221157143b
Octal25320121503122415272473
Binary1010101110000001100011010110011001010000110101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB818D; }

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

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

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

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

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

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

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

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