#AB818B

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

Shades of Tapestry #AB818B

Tints of Tapestry #AB818B

Color information

#AB818B (or 0xAB818B) is unknown color: approx Tapestry. HEX triplet: AB, 81 and 8B. RGB value is (171,129,139). Sum of RGB (Red+Green+Blue) = 171+129+139=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB818B is #547E74. Grayscale: #8E8E8E. Windows color (decimal): -5537397 or 9142699. OLE color: 9142699.

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

Color convert

RGB171129139-
CMYK00.250.190.33
HSL345.71º20%58.82%-
HSV(B)345.71º24.56%67.06%-
XYZ29.3126.2227.94-
YUV142.7125.91148.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=38.95%
G=29.38%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112913900.250.190.33345.712058.82
HexAB818B019132115a143b
Octal25320121303123415322473
Binary1010101110000001100010110110011001110000110101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB818B; }

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

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

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

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

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

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

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

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