#AB818F

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

Shades of Tapestry #AB818F

Tints of Tapestry #AB818F

Color information

#AB818F (or 0xAB818F) is unknown color: approx Tapestry. HEX triplet: AB, 81 and 8F. RGB value is (171,129,143). Sum of RGB (Red+Green+Blue) = 171+129+143=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB818F is #547E70. Grayscale: #8F8F8F. Windows color (decimal): -5537393 or 9404843. OLE color: 9404843.

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

Color convert

RGB171129143-
CMYK00.250.160.33
HSL340º20%58.82%-
HSV(B)340º24.56%67.06%-
XYZ29.626.3429.51-
YUV143.15127.91147.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=38.60%
G=29.12%
B=32.28%

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
Decimal17112914300.250.160.333402058.82
HexAB818F0191021154143b
Octal25320121703120415242473
Binary1010101110000001100011110110011000010000110101010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB818F; }

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

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

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

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

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

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

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

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